mcpbeat Sign in

Routara LLM Gateway MCP Server

by 36412749-collab Your server? Claim it
local only

Routara LLM Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 20 Jul 2026.

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

Installs per day peak 26 · avg 9 · -37% w/w
a month agotoday
47
Installs / week
npm · routara-mcp
1
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Routara LLM Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add routara-mcp -- npx -y routara-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "routara-mcp": {
      "args": [
        "-y",
        "routara-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.routara-mcp]
command = "npx"
args = ["-y", "routara-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "routara-mcp": {
      "args": [
        "-y",
        "routara-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "routara-mcp": {
      "args": [
        "-y",
        "routara-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROUTARA_API_KEY (Routara API key (sk-or-v1-...) from https://routara.ai/#auth), ROUTARA_API_BASE (Optional API base URL (default https://api.routara.ai/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Routara LLM Gateway

same job, measured the same way
Mediamcp
by legolev

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

47 installs/wk local only
freellmpool
by 0xzr

OpenAI-compatible MCP gateway cataloging 22 LLM providers, with routing, failover, and tools.

804 installs/wk local only
C
Synap
by linkrra

Synap (pool.linkrra.com/v1), Linkrra's OpenAI-compatible LLM API, as an MCP server.

2 tools answering
Hubris
by hubris

OpenAI-compatible LLM gateway for Russia: 500+ models, ruble pricing, balance, chat.

47 installs/wk answering
Pixel Surgeon
by j-east

AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.

338 installs/wk local only
Claude Imagine
by claudeimagine

Generate AI images and videos from any compatible MCP client.

answering
Qsp MCP
by qso-graph

QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)

68 installs/wk local only
Openrouter Multimodal
by stabgan

Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.

349 installs/wk local only

Routara LLM Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Routara LLM Gateway?
Routara LLM Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package routara-mcp was installed 47 times last week.
How do I connect Routara LLM Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls routara-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Routara LLM Gateway?
The npm package routara-mcp was installed 47 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Routara LLM Gateway open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.