Skip to content
Cursor

kie mcp for Cursor

io.github.elibarnett/kie-mcp

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

client:Cursor transport:stdio runtime:npm

Install kie mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kie-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kie-mcp"
      ],
      "env": {
        "KIE_API_KEY": "<KIE_API_KEY>",
        "KIE_PROJECT_ROOT": "<KIE_PROJECT_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kie mcp in other clients