Skip to main content
Glama

Routara MCP Server

npm version MCP Registry License: MIT

Official Model Context Protocol server for Routara. Use Routara chat, image, and video models from Cursor, Claude Desktop, Codex, Windsurf, VS Code, and other MCP clients.

Install

npx -y routara-mcp

Or install the one-click routara-mcp.mcpb bundle from the latest GitHub release.

Related MCP server: Photo AI Studio MCP Server

Tools

Tool

Description

routara_list_models

Search and paginate the live model catalog

routara_chat

Single-turn or multi-turn chat, including tool calls

routara_generate_image

Text-to-image and reference-image generation

routara_generate_video

Text-to-video and image-to-video submission

routara_get_video_status

Poll an asynchronous video task

MCP client configuration

{
  "mcpServers": {
    "routara": {
      "command": "npx",
      "args": ["-y", "routara-mcp"],
      "env": {
        "ROUTARA_API_KEY": "sk-or-v1-YOUR_KEY_HERE"
      }
    }
  }
}

OpenAI Codex

[mcp_servers.routara]
command = "npx"
args = ["-y", "routara-mcp"]
enabled = true

[mcp_servers.routara.env]
ROUTARA_API_KEY = "sk-or-v1-YOUR_KEY_HERE"

Environment

Variable

Required

Default

ROUTARA_API_KEY

Yes for tool calls

None

ROUTARA_API_BASE

No

https://api.routara.ai/v1

ROUTARA_API_TIMEOUT_MS

No

30000

The process can start and complete the MCP handshake without an API key. A key is resolved only when a Routara tool is invoked, which lets directories validate the server safely.

Reliability and compatibility

  • Requests time out instead of hanging indefinitely.

  • Transient network errors, HTTP 429, and HTTP 5xx responses are retried with bounded backoff.

  • API errors include the upstream request ID and retry delay when available.

  • routara_chat returns the complete OpenAI-compatible response, preserving reasoning content and tool calls.

  • Media parameters are forwarded only when explicitly supplied; model-specific support varies.

Development

npm ci
npm run build
npm test
npm run validate:registry
npm run build:mcpb

For a live API smoke test:

ROUTARA_API_KEY=sk-or-v1-... npm run test:live

Directory listings

Security

Do not commit API keys. If a key is exposed, revoke it in the Routara dashboard immediately. Please report security issues privately to support@routara.ai.

License

MIT

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
4wRelease cycle
2Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.

View all MCP Connectors

Latest Blog Posts

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