Skip to content
Zed

Kling for Zed

io.github.mindstone/mcp-server-kling

Kling AI video generation MCP server for Model Context Protocol hosts

client:Zed transport:stdio runtime:npm

Install Kling 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": {
    "mcp-server-kling": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-kling"
      ],
      "env": {
        "KLING_ACCESS_KEY": "<KLING_ACCESS_KEY>",
        "KLING_SECRET_KEY": "<KLING_SECRET_KEY>",
        "KLING_REQUEST_TIMEOUT_MS": "<KLING_REQUEST_TIMEOUT_MS>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>",
        "KLING_DOWNLOAD_ROOT": "<KLING_DOWNLOAD_ROOT>"
      }
    }
  }
}

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

Kling in other clients