MCP Config Generator
Tick the servers you want and get one merged config block, ready to paste. Built from the MCP directory on this site.
Pick your servers
cloud
comms
data
design
dev-tools
productivity
search
Your config (2)
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/dir"
]
}
}
}This config is a starting point, not a finished one. Replace the placeholder paths, and put real values in every
<your ...> slot. None of these have been run for you.Where this goes:
- Claude Code:
.mcp.jsonin your project root - Cursor:
.cursor/mcp.json - Claude Desktop:
claude_desktop_config.json