Skip to content
Grok

Kling for Grok

io.github.mindstone/mcp-server-kling

Kling AI video generation MCP server for Model Context Protocol hosts

client:Grok transport:stdio runtime:npm

Install Kling in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-server-kling": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Kling in other clients