
PolyLLM
Supports UIby recally-io
Unified Go interface and gateway for 100+ LLM APIs with native MCP tool support.
What it does
PolyLLM acts as a universal gateway to call over 100 different LLM APIs using a single OpenAI-compatible format. It allows users to switch between providers like Gemini, DeepSeek, and OpenAI effortlessly while providing built-in support for the Model Context Protocol (MCP) to extend AI capabilities with external tools.
Tools
PolyLLM is a gateway that enables the use of other MCP servers. It supports configuring multiple MCP tools (e.g., fetch, puppeteer) which can then be called by the connected LLM using the ?mcp=all or ?mcp=tool_name syntax in the model identifier.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"polyllm": {
"command": "polyllm-server",
"args": ["-c", "config.json"]
}
}
}
Supported hosts
- Claude
Quick install
go install github.com/recally-io/polyllm/cmd/polyllm-server@latestInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"polyllm": {"command": "polyllm-server", "args": ["-c", "config.json"]}}}





