Model Context Protocol

Your voice, in every AI tool you use

ToneClone's MCP server connects your trained writing personas to Cursor, VS Code, Claude Desktop, ChatGPT, and OAuth-compatible MCP clients. One connection, everywhere you write.

MCP server URL: https://mcp.toneclone.ai/mcp

What you can do with ToneClone MCP

Writing, editorial feedback, StyleGuard, personas, Knowledge Cards, writing samples, recipes, and quota in one agent connection

Write in your voice
Generate drafts—emails, docs, social posts—using your trained personas. Your AI sounds like you, not a chatbot.
Review and humanize drafts
Get voice-aware editorial feedback, then use StyleGuard to strip AI tells and make generated text sound more human.
List & switch personas
Browse your trained personas and pick the right voice for the task—professional, casual, technical, or creative.
Create Knowledge Cards from sources
Read, create, update, and suggest Knowledge Cards—including cards synthesized from approved public links and uploaded files, with source metadata for provenance.
Add writing samples
Let agents suggest good samples from docs, email, or chat, then upload approved examples to improve a persona.
Create and update recipes
Save and refine repeatable workflows like founder updates, sales replies, launch posts, and PR descriptions as reusable recipes.

Connect your tool

One-click install or copy-paste config—your choice.

Cursor
OAuth sign-in—no API key needed
Add ToneClone to Cursor

Or add manually via Settings → Tools & Integrations → MCP with this URL:

https://mcp.toneclone.ai/mcp

Cursor will prompt you to sign in to ToneClone the first time you use an MCP tool.

VS Code
GitHub Copilot agent mode
Add ToneClone to VS Code

Or add to .vscode/mcp.json manually:

{
  "servers": {
    "toneclone": {
      "type": "http",
      "url": "https://mcp.toneclone.ai/mcp"
    }
  }
}
Claude Desktop
Via mcp-remote (requires Node.js)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, or %APPDATA%\Claude\claude_desktop_config.json on Windows:

{
  "mcpServers": {
    "toneclone": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.toneclone.ai/mcp"]
    }
  }
}

Claude will open a browser window to sign in to ToneClone on first use.

ChatGPT
OAuth—connect once, use in any conversation
  1. Open ChatGPT and go to Tools → Add tools → Connect apps
  2. Search for ToneClone and click Connect
  3. Sign in to ToneClone when prompted and click Approve
  4. Enable ToneClone in any chat via the tools picker and ask it to write or humanize text

Or connect via MCP URL directly: https://mcp.toneclone.ai/mcp

Any other MCP client
Use OAuth-capable remote MCP clients

If your client supports remote MCP with OAuth, point it at the production server URL:

https://mcp.toneclone.ai/mcp

For local clients that launch stdio commands, use mcp-remote so the client can complete the OAuth flow:

{
  "command": "npx",
  "args": [
    "mcp-remote",
    "https://mcp.toneclone.ai/mcp"
  ]
}

API-key bearer auth is not enabled on the production MCP server. Use OAuth for hosted MCP.

Authentication

Hosted MCP uses OAuth for production access.

OAuth (recommended)
Sign in with your ToneClone account. Works in Cursor, VS Code, Claude Desktop, and ChatGPT. No keys to manage—just click and authorize.
API keys
API keys are still useful for ToneClone's CLI and direct API integrations, but the hosted production MCP server expects OAuth-capable clients.

Ready to write in your voice everywhere?

Connect ToneClone to your editor in under a minute. Free plan included.

MCP server: https://mcp.toneclone.ai/mcp