
Routara LLM Gateway
@36412749-collab
About Routara LLM Gateway
OpenAI-compatible MCP server for Routara — route 787+ LLMs, image & video generation via api.routara.ai.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"routara": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "sk-or-v1-REPLACE_WITH_YOUR_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Routara LLM Gateway?
Routara LLM Gateway is the official Model Context Protocol server for Routara. It connects MCP clients such as Cursor, Claude Desktop, Codex, Windsurf, and VS Code to Routara's live catalog of 787+ chat, image, and video models through one API key.
Available tools
routara_list_models— search and paginate the live model catalogroutara_chat— OpenAI-compatible chat completionsroutara_generate_image— text-to-image and reference-image generationroutara_generate_video— submit text-to-video or image-to-video jobsroutara_get_video_status— check asynchronous video job status
Quick start
Run the server with npx -y routara-mcp and set ROUTARA_API_KEY in your MCP client configuration. Create a key at routara.ai; never paste a real key into public configuration files.
The default API base URL is https://api.routara.ai/v1. Override it with ROUTARA_API_BASE only when using a compatible Routara endpoint.
Links
Basic information
More Media & Design MCP servers
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
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.
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Comments