MCP Config Generator
Build Cursor and Claude MCP configurations for stdio, SSE, and HTTP servers.
It writes the settings that let your AI tool connect to another tool.
What this tool does
MCP servers give coding agents access to things such as databases, browsers, and project services. Each agent expects a specific JSON shape. This generator builds that configuration without making you remember the field names.
- Add a local command-based MCP server to Cursor or Claude Code
- Configure a remote MCP server that uses HTTP or SSE
- Catch missing commands, URLs, and environment variables before setup
Save to:
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 with
npx -y mcp-remote.