← Back to Plugins
MCP Server MCP

Kling

github By github 👁 1 views ▲ 0 votes

Kling AI video generation MCP server for Model Context Protocol hosts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-kling",
      "version": "0.4.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kling API access key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KLING_ACCESS_KEY"
        },
        {
          "description": "Kling API secret key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KLING_SECRET_KEY"
        },
        {
          "description": "Outbound HTTP request timeout in milliseconds (max 1800000)",
          "format": "number",
          "default": "60000",
          "name": "KLING_REQUEST_TIMEOUT_MS"
        },
        {
          "description": "Workspace directory that local media inputs and downloads are constrained to. Defaults to the system temp directory when unset.",
          "format": "filepath",
          "name": "MCP_WORKSPACE_PATH"
        },
        {
          "description": "Sandbox root for download_kling_video outputs. Must resolve inside MCP_WORKSPACE_PATH. Defaults to <workspace>/kling-downloads.",
          "format": "filepath",
          "name": "KLING_DOWNLOAD_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...