MCP config generator

← All tools

Build mcp.json for Cursor or Claude Desktop. Add multiple servers with stdio, SSE, or HTTP transport. Env vars are NAME placeholders only — paste real secrets in your editor after export.

~~~

Client

Save to:

Servers

Validation

Valid JSON ✓ — env values use <NAME> placeholders

Output

~~~

About this tool

MCP (Model Context Protocol) lets coding agents call tools — filesystem, GitHub, databases, docs servers. Cursor reads ~/.cursor/mcp.json; Claude Desktop uses claude_desktop_config.json. Both use the same mcpServers shape.

Never commit API keys. This generator outputs<VAR_NAME> placeholders for env vars. Replace them locally after copy/download. stdio runs a local process. Cursor supports direct remote URLs; Claude Desktop output wraps remote URLs withnpx -y mcp-remote.

~~~

Read more