Explore production-tested MCP servers for Claude Code to connect tools, APIs, and data sources
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mcps": {
"command": "npx",
"args": [
"-y",
"keenanunequivocal81/claude-code-mcps"
]
}
}
}
Run in terminal:
claude mcp add claude-code-mcps npx -y keenanunequivocal81/claude-code-mcps
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-mcps": {
"command": "npx",
"args": [
"-y",
"keenanunequivocal81/claude-code-mcps"
]
}
}
}