kairouter-mcp
kairouter-mcp
MCP-Server, der die Video-Generierungs-API von KaiRouter – die BytePlus-Seedance-Familie (Seedance 2.0, 2.0 Fast, 2.0 Mini, 1.5 Pro, 1.0 Pro, ...) und jedes andere auf KaiRouter aktive Videomodell – als Werkzeuge bereitstellt, die von jeder MCP-kompatiblen Agenten-Umgebung (Claude Code, Codex, Antigravity, ...) aufgerufen werden können.
Dies ist ein eigenständiges Repository – es enthält keinen Backend-Quellcode von KaiRouter, sondern nur einen dünnen Client für die öffentliche bzw. benutzerbezogene HTTP-API. Noch nicht auf npm veröffentlicht – führe es vorerst aus einem lokalen Build aus (siehe unten).
Werkzeuge
Tool | Description |
| Listet aktuell aktive Videomodelle auf KaiRouter auf, mit Preisen und Live-Status der Anbieter. Kein API-Schlüssel erforderlich. |
| Startet einen asynchronen Video-Generierungs-Job (Text-zu-Video oder Bild-zu-Video). Gibt sofort eine Job-ID zurück – blockiert nicht, bis das Video fertig ist. Verbraucht echte Credits. |
| Fragt einen Job anhand der ID ab. |
| Listet die neuesten Jobs des Aufrufers auf (bis zu 50), die neuesten zuerst. |
generate_video ist von Natur aus asynchron – die BytePlus-Videogenerierung kann einige zehn Sekunden bis zu einigen Minuten dauern. Der Agent soll generate_video einmal aufrufen und dann alle paar Sekunden check_video_status abfragen, bis der Job abgeschlossen ist.
Related MCP server: mcp-litmedia
Einrichtung
git clone https://github.com/X-OR-Cloud/kairouter-mcp.git
cd kairouter-mcp
npm install
npm run buildDies erzeugt dist/index.js. Du benötigst einen KaiRouter-API-Schlüssel – erstelle einen unter https://kairouter.com/dashboard/api-keys.
Claude Code
claude mcp add kairouter -e KAIROUTER_API_KEY=sk-xor-your-key-here -- node /absolute/path/to/kairouter-mcp/dist/index.jsOder füge es direkt zu .mcp.json (Projekt) / ~/.claude.json (Benutzer) hinzu:
{
"mcpServers": {
"kairouter": {
"command": "node",
"args": ["/absolute/path/to/kairouter-mcp/dist/index.js"],
"env": { "KAIROUTER_API_KEY": "sk-xor-your-key-here" }
}
}
}Codex CLI
Füge es zu ~/.codex/config.toml hinzu:
[mcp_servers.kairouter]
command = "node"
args = ["/absolute/path/to/kairouter-mcp/dist/index.js"]
env = { KAIROUTER_API_KEY = "sk-xor-your-key-here" }Antigravity / andere MCP-kompatible Agenten-Umgebungen
Die meisten Umgebungen akzeptieren denselben mcpServers-JSON-Block, der oben unter Claude Code gezeigt wird – prüfe in den MCP-Einstellungen der jeweiligen Umgebung den genauen Konfigurationsdateipfad bzw. die Benutzeroberfläche, da dies variiert und hier für Antigravity nicht speziell verifiziert wurde.
Konfiguration
Umgebungsvariable | Erforderlich | Default | Hinweise |
| Für | — | Von https://kairouter.com/dashboard/api-keys. Nicht erforderlich für |
| Nein |
| Überschreiben, um auf eine Staging-/lokale KaiRouter-Instanz zu verweisen. |
Entwicklung
npm run dev # tsc --watch
npm start # run the built server directly over stdio (for manual testing with an MCP client)Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to Vidu's video generation models for creating high-quality videos from text, images, and reference content. It enables users to generate creative video content directly within MCP-compatible applications like Claude and Cursor.55MIT
- AlicenseNot gradedqualityDmaintenanceExposes litmedia.ai text-to-image and image-to-video generation tools via MCP, enabling AI agents to generate images and videos directly from prompts.1MIT
- FlicenseAqualityCmaintenanceEnables video generation using the Seedance 2.0 model through MCP, supporting both OpenAI and Volcengine API formats with tools for creating, monitoring, and downloading videos.6
- FlicenseNot gradedqualityDmaintenanceProvides a audio/video creation toolbox via MCP protocol, enabling natural language-based video editing tasks such as image-to-video, video merging, subtitle extraction, and more.3
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/X-OR-Cloud/kairouter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server