Polymcp provides a simple and efficient way to interact with MCP servers using custom agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"polymcp": {
"command": "npx",
"args": [
"-y",
"poly-mcp/PolyMCP"
]
}
}
}
Run in terminal:
claude mcp add polymcp npx -y poly-mcp/PolyMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"polymcp": {
"command": "npx",
"args": [
"-y",
"poly-mcp/PolyMCP"
]
}
}
}