Routara LLM Gateway MCP Server
io.github.36412749-collab/routara-mcp
What is the Routara LLM Gateway MCP server?
OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).
How to install Routara LLM Gateway
Copy-paste configuration for popular MCP clients.
ROUTARA_API_KEYrequiredsecretRoutara API key (sk-or-v1-...) from https://routara.ai/#auth
ROUTARA_API_BASEOptional API base URL (default https://api.routara.ai/v1)
{
"mcpServers": {
"routara-mcp": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "<YOUR_ROUTARA_API_KEY>",
"ROUTARA_API_BASE": "<YOUR_ROUTARA_API_BASE>"
}
}
}
}{
"mcpServers": {
"routara-mcp": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "<YOUR_ROUTARA_API_KEY>",
"ROUTARA_API_BASE": "<YOUR_ROUTARA_API_BASE>"
}
}
}
}{
"mcpServers": {
"routara-mcp": {
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "<YOUR_ROUTARA_API_KEY>",
"ROUTARA_API_BASE": "<YOUR_ROUTARA_API_BASE>"
}
}
}
}{
"servers": {
"routara-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"routara-mcp"
],
"env": {
"ROUTARA_API_KEY": "<YOUR_ROUTARA_API_KEY>",
"ROUTARA_API_BASE": "<YOUR_ROUTARA_API_BASE>"
}
}
}
}claude mcp add routara-mcp --env ROUTARA_API_KEY=<YOUR_ROUTARA_API_KEY> --env ROUTARA_API_BASE=<YOUR_ROUTARA_API_BASE> -- npx -y routara-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.