Crazyrouter Mcp Server
@xujfcn
About Crazyrouter Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crazyrouter": {
"command": "npx",
"args": [
"-y",
"crazyrouter-mcp"
],
"env": {
"CRAZYROUTER_API_KEY": "<YOUR_API_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 Crazyrouter Mcp Server?
An MCP (Model Context Protocol) server that gives AI assistants access to 627+ AI models through a single Crazyrouter API gateway. It supports text, image, video, audio, and music generation, and is designed for users of Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.
How to use Crazyrouter Mcp Server?
Obtain an API key from crazyrouter.com, then clone the repository, run npm install and npm run build. Configure your AI client’s MCP settings with the compiled dist/index.js file and set the CRAZYROUTER_API_KEY environment variable.
Key features of Crazyrouter Mcp Server
- 627+ models accessible via one API key
- Image generation (DALL‑E 3, Midjourney, Flux)
- Video generation (Sora 2, Kling V2, Veo 3)
- Music and audio generation (Suno, TTS/STT)
- Competitive pricing below official provider rates
- 7 global edge nodes for low‑latency access
Use cases of Crazyrouter Mcp Server
- Ask an AI assistant to chat with GPT‑5 or Claude Opus without switching providers
- Generate marketing images with DALL‑E 3 or Midjourney on demand
- Create short video clips (e.g., ocean waves) using Kling V2 or Sora 2
- Compose original music tracks with Suno V4
- Transcribe audio or synthesize speech via Whisper‑1 and TTS engines
FAQ from Crazyrouter Mcp Server
How does Crazyrouter Mcp Server compare to using direct provider APIs?
It consolidates 627+ models under one API key, often at rates below official pricing, and supports OpenAI, Anthropic, and Gemini protocols as a drop‑in replacement.
What runtime or dependencies are required?
Node.js 18 or higher, an npm install, and a build step. No additional runtime dependencies beyond the MCP client.
Where does my data go when using this server?
All requests are routed through the Crazyrouter gateway (crazyrouter.com) to the underlying model providers. The server itself does not store data.
What transports or authentication does it support?
It uses the MCP protocol over stdio and authenticates via the CRAZYROUTER_API_KEY environment variable. API endpoints are OpenAI‑compatible HTTP calls behind the scenes.
Are there any known limits?
The README does not list explicit rate limits or model availability caps. Models may change over time; the full list is maintained at crazyrouter.com/models.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments