
Routara Llm Gateway
@36412749-collab
关于 Routara Llm Gateway
OpenAI-compatible MCP server for Routara — route 787+ LLMs, image & video generation via api.routara.ai.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"routara": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-REPLACE_WITH_YOUR_KEY"
}
}
}
}工具
5List models in the Routara catalog
Chat completion (OpenAI-compatible)
Image generation (cash balance required)
Submit async video job (cash balance required)
Poll video task status
概览
What is Routara Llm Gateway?
Routara Llm Gateway is an official Model Context Protocol (MCP) server for Routara that lets you call over 48 LLMs, image, and video models through the api.routara.ai API. It is designed for use with MCP clients such as Cursor, Claude Desktop, and Windsurf.
How to use Routara Llm Gateway?
Configure the server in your MCP client by adding it as an MCP server with the command npx -y routara-mcp and setting the ROUTARA_API_KEY environment variable (obtained from routara.ai/#auth). No additional installation steps are required; the client will fetch and run the server automatically.
Key features of Routara Llm Gateway
- List available models in the Routara catalog
- OpenAI‑compatible chat completions
- Image generation (requires cash balance)
- Submit asynchronous video generation jobs
- Poll video task status
Use cases of Routara Llm Gateway
- Switch between 48+ LLMs from a single MCP client like Cursor
- Generate images using cash wallet balance from Claude Desktop
- Submit long‑running video jobs and check their progress
- Build multi‑provider AI workflows through a unified API key
FAQ from Routara Llm Gateway
How do I get an API key?
Create one at routara.ai → Auth. Keys start with sk-or-v1-.
Can I use the same key for text, image, and video?
Yes. One API key works for all three types; just switch the model and tool.
Why can't I use promo credits for image or video generation?
Image and video tasks require a cash wallet balance. Promotional credits are not accepted for media generation.
What is the default API base URL?
The default base URL is https://api.routara.ai/v1. You can override it with the ROUTARA_API_BASE environment variable.
Is there any code required to install the server?
No. The server runs via npx -y routara-mcp; you only need to configure the MCP client with the proper command and environment variables.
媒体与设计 分类下的更多 MCP 服务器

Google Maps
modelcontextprotocolModel Context Protocol Servers
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
评论