← Back to browse

kie-mcp

Indexed by io.github.elibarnett

About

MCP for kie.ai: 45+ image, 70+ video, 20+ audio models with model intelligence

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKIE_API_KEY KIE_PROJECT_ROOT
Claude Code
claude mcp add --env KIE_API_KEY= --env KIE_PROJECT_ROOT= kie-mcp -- npx kie-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kie-mcp","command":"npx","args":["kie-mcp"],"env":{"KIE_API_KEY":"","KIE_PROJECT_ROOT":""}}'
JSON
{
  "mcpServers": {
    "kie-mcp": {
      "command": "npx",
      "args": [
        "kie-mcp"
      ],
      "env": {
        "KIE_API_KEY": "",
        "KIE_PROJECT_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.