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 started

Supported 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 ~/Downloads
Bare URL (Streamable HTTP)
https://mcp.supabase.com/mcp
claude mcp add command
claude mcp add context7 -- npx -y @upstash/context7-mcp
Skip 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.

Download MCPBolt