Skip to content
Zed

kie mcp for Zed

io.github.elibarnett/kie-mcp

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

client:Zed transport:stdio runtime:npm

Install kie mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

kie mcp in other clients