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
Writing, editorial feedback, StyleGuard, personas, Knowledge Cards, writing samples, recipes, and quota in one agent connection
One-click install or copy-paste config—your choice.
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.
Or add to .vscode/mcp.json manually:
{
"servers": {
"toneclone": {
"type": "http",
"url": "https://mcp.toneclone.ai/mcp"
}
}
}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.
Or connect via MCP URL directly: https://mcp.toneclone.ai/mcp
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.
Hosted MCP uses OAuth for production access.
Connect ToneClone to your editor in under a minute. Free plan included.
MCP server: https://mcp.toneclone.ai/mcp