mcp.film

mcp.film / Model Hubs / Kie.ai MCP Server

Kie.ai MCP Server

Communityby Community (felores) / Kie.ai APIcreditsverified Jun 29, 2026

Run Veo, Seedance, Kling, Runway, Suno, ElevenLabs, FLUX and more through one local MCP.

Rate it: no ratings yet

What it does

Community MCP server and sibling CLI for Kie.ai's media API, covering image, video, music and speech models from one local connector. It is useful for filmmaker-agents that need a broad current model shelf, async task polling, and token-conscious tool loading by category or explicit tool list. The agent still has to treat it as an aggregator, not as first-party access to every underlying model.

Connect

Claude Code
claude mcp add kie-ai -e KIE_AI_API_KEY=YOUR_KEY -- npx -y @felores/kie-ai-mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "kie-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@felores/kie-ai-mcp-server"
      ],
      "env": {
        "KIE_AI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "kie-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@felores/kie-ai-mcp-server"
      ],
      "env": {
        "KIE_AI_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env KIE_AI_API_KEY — https://kie.ai/api-key

Tools you'll see

nano_banana_imageveo3_generate_videobytedance_seedance_videokling_videorunway_aleph_videosuno_generate_musicelevenlabs_ttswait_for_tasklist_tasks

Field notes

MIT, npm @felores/kie-ai-mcp-server 3.5.0, Node >=18, pushed Jun 7 2026, 28 stars. It can load all tools, but the README recommends KIE_AI_ENABLED_TOOLS or KIE_AI_TOOL_CATEGORIES=image,video to avoid burning context on unused schemas. Caveat: Kie.ai is an aggregator/reseller path for models from many vendors; rights, availability and ToS safety depend on the underlying provider, and Midjourney/Suno-style access should be treated as gray until verified for your use case.

Pairs well with