mcp
FreeNot checkedSearch 200+ UnoRouter models (most free), check pricing, and chat through one key
About
Search 200+ UnoRouter models (most free), check pricing, and chat through one key
README
MCP server for UnoRouter, an open-source OpenAI-compatible gateway serving 200+ models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, Qwen and more) behind a single API key. Models with a :free suffix cost nothing.
Gives any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, and friends) three tools:
search_models: filter the live catalog, optionally free models onlyget_pricing: USD per-1M-token list prices from the public pricing endpointchat: send a prompt to any model and get the reply with token usage
Setup
Create an API key at unorouter.com/token (Discord or GitHub sign-in, no card required).
Claude Desktop / any MCP client
{
"mcpServers": {
"unorouter": {
"command": "npx",
"args": ["-y", "unorouter-mcp"],
"env": {
"UNOROUTER_API_KEY": "sk-your-key"
}
}
}
}
Claude Code
claude mcp add unorouter -e UNOROUTER_API_KEY=sk-your-key -- npx -y unorouter-mcp
Environment
| Variable | Required | Default |
|---|---|---|
UNOROUTER_API_KEY |
yes | none |
UNOROUTER_BASE_URL |
no | https://api.unorouter.com |
Notes
- Free models run on shared pools with a light per-model rate limit (about 1 request per minute per model); rotate between free models or use paid ones for throughput.
- The whole UnoRouter stack is open source: github.com/unorouter.
Development
bun install
bun run build
UNOROUTER_API_KEY=sk-... node dist/index.js
Install mcp in Claude Desktop, Claude Code & Cursor
unyly install com-unorouterInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add com-unorouter -- npx -y unorouter-mcpFAQ
Is mcp MCP free?
Yes, mcp MCP is free — one-click install via Unyly at no cost.
Does mcp need an API key?
No, mcp runs without API keys or environment variables.
Is mcp hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install mcp in Claude Desktop, Claude Code or Cursor?
Open mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
