Productivity|Development|AI / ML|Cloud|UtilitiesTypeScript
PolyMCP
Polymcp provides a simple and efficient way to interact with MCP servers using custom agents
N/A rating (0 reviews)0 installs165 GitHub stars
MCPagentsTypeScript
PolyMCP gives teams one consistent way to expose tools, connect MCP servers, and run agents that orchestrate those tools. It ships in Python and TypeScript, plus a standalone Inspector and an MCP Apps SDK.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"polymcp-1": {
"args": [
"-y",
"polymcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.