MCP Config Builder
Configure MCP servers for Claude Desktop, Claude Code, or Cursor. Add servers visually and copy the JSON config.
Generated Config
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/me/projects"
]
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_TOKEN": "your-token-here"
}
}
}
}Paste into ~/.claude/settings.json (Claude Code) or claude_desktop_config.json (Claude Desktop)