Back to Apps

PolyMCP
Supports UIby poly-mcp
Universal MCP toolkit and agent framework for Python and TypeScript to build and orchestrate MCP servers.
0 stars
Works in:CursorCodexGemini CLI
Exposes:ToolsResourcesPrompts
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
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{"mcpServers": {"polymcp": {"command": "python3", "args": ["-m", "polymcp.server"]}}}





