Routara MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Routara MCP Serverlist available models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Routara MCP Server
Official Model Context Protocol server for Routara — call 787+ LLMs, image, and video models through api.routara.ai from Cursor, Claude Desktop, Windsurf, VS Code, and other MCP clients.
Website: https://routara.ai
Get API key: https://routara.ai/#auth ($1 promo credit on signup)
Install
npx -y routara-mcpOr add globally: npm install -g routara-mcp
Related MCP server: 1mcpserver
Tools
Tool | Description |
| List models in the Routara catalog |
| Chat completion (OpenAI-compatible) |
| Image generation (cash wallet balance required) |
| Submit async video job (cash balance required) |
| Poll video task status |
Quick start
Create an API key at routara.ai → Auth (
sk-or-v1-...).Add to your MCP client:
Cursor
Settings → MCP → Add server, or edit ~/.cursor/mcp.json:
{
"mcpServers": {
"routara": {
"command": "npx",
"args": ["-y", "routara-mcp"],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-YOUR_KEY_HERE"
}
}
}
}Claude Desktop
%APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"routara": {
"command": "npx",
"args": ["-y", "routara-mcp"],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-YOUR_KEY_HERE"
}
}
}
}Environment
Variable | Required | Default |
| Yes | — |
| No |
|
Listed on
npm ·
routara-mcp@1.0.2Official MCP Registry ·
io.github.36412749-collab/routara-mcpGlama · claimed listing
Health check (Glama / CI)
The server starts without ROUTARA_API_KEY so registries can run MCP handshake (initialize + tools/list). API key is required only when invoking tools.
npm ci && npm run build && npm test
# Optional live probe (needs real key):
ROUTARA_API_KEY=sk-or-v1-... npm run test:liveAfter pushing to GitHub, re-run Claim ownership on Glama once to refresh the listing index.
Troubleshooting
Symptom | Fix |
| Set env in MCP client config; get key at routara.ai/#auth |
| Regenerate key in dashboard; ensure |
| Top up cash wallet at routara.ai |
Image/video fails, chat works | Media requires cash balance; promo credits are chat-only on economy models |
Server won't start in inspector | Use |
Development
npm install
npm run build
ROUTARA_API_KEY=sk-or-v1-... npm run test:live
npm testBilling notes
One API key works for text, image, and video — switch
modeland tool, not the key.Image/video require cash wallet balance (promo credits cannot be used for media).
Chat uses standard per-token billing with Smart Route™ failover across upstream pools.
Related
JSON Translate GitHub Action: https://github.com/36412749-collab/json-translate-action
Docs: https://routara.ai/docs
License
MIT © Routara
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/36412749-collab/routara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server