PolyMCP
Supports UIby poly-mcp
Universal MCP toolkit and agent framework for Python and TypeScript to build and orchestrate MCP servers.
What it does
PolyMCP is a comprehensive toolkit that simplifies the creation and orchestration of Model Context Protocol (MCP) servers. It allows developers to quickly expose standard Python or TypeScript functions as MCP tools, providing a consistent way to connect AI agents to external data and services.
Tools
expose_tools_http: Quickly creates an MCP HTTP server from a list of functions.UnifiedPolyAgent: Orchestrates multiple MCP servers (HTTP and stdio) to execute complex workflows.PolyClaw: An autonomous execution agent that runs shell actions inside Docker.mcp-inspector: A standalone tool for testing MCP servers, tools, and prompts.
Installation
For Python:
pip install polymcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"polymcp": {
"command": "python3",
"args": ["-m", "polymcp.server"]
}
}
}
Supported hosts
Claude Desktop, Cursor, Codex, Gemini CLI
Quick install
pip install polymcpInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






