I’m excited to share PolyMCP, a toolkit for creating MCP servers and agents that can call them. It works in Python via HTTP, stdio, or in-process for zero-latency calls, and supports almost any model.
There’s also PolyMCP-TS, a TypeScript version, so everything you can do in Python can now run in TypeScript as well.
PolyMCP makes it easy to build modular, agent-driven architectures without having to write a lot of glue code.
Feedback, suggestions, or bug reports are very welcome!
smyk1777•35m ago
It looks good! "Are you planning to support additional languages/platforms (e.g., JavaScript/Node.js) besides Python?"
justvugg•22m ago
JavaScript/Node.js support already! TypeScript compiles to standard JavaScript, so anyone can use the library with both TypeScript and pure JavaScript. No special setup required.
justvugg•39m ago
I’m excited to share PolyMCP, a toolkit for creating MCP servers and agents that can call them. It works in Python via HTTP, stdio, or in-process for zero-latency calls, and supports almost any model.
There’s also PolyMCP-TS, a TypeScript version, so everything you can do in Python can now run in TypeScript as well.
PolyMCP makes it easy to build modular, agent-driven architectures without having to write a lot of glue code.
Feedback, suggestions, or bug reports are very welcome!