Web tool
MCP Config Converter
Paste any MCP server config — JSON, npx command, or URL — and instantly get the correctly formatted output for every AI coding tool. Runs entirely in your browser.
InputPaste below
Supports JSON, npx commands, URLs, and
claude mcp add commands. Conversion happens locally — nothing is sent to any server.Output
JSON
← Paste a config to get startedSupported input formats
Claude Desktop / Cursor JSON
{ "mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
}
}}VS Code JSON
{ "servers": {
"filesystem": {
"type": "stdio",
"command": "npx",
"args": ["@mcp/filesystem"]
}
}}Zed JSON
{ "context_servers": {
"my-server": {
"command": {
"path": "npx",
"args": ["-y", "@my/mcp"]
}
}
}}npx / CLI command
npx -y @modelcontextprotocol/server-filesystem ~/DownloadsBare URL (Streamable HTTP)
https://mcp.supabase.com/mcpclaude mcp add command
claude mcp add context7 -- npx -y @upstash/context7-mcpSkip the copy-paste
This tool shows you what the output looks like. The free MCPBolt menu bar app writes it directly to every config file — no manual editing, no terminal.