Kling AI video generation MCP server for Model Context Protocol hosts
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@mindstone/mcp-server-kling · npm · 0.4.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-kling",
"description": "Kling AI video generation MCP server for Model Context Protocol hosts",
"title": "Kling",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/kling"
},
"version": "0.4.1",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-kling",
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-10T08:39:05.997862Z",
"publishedAt": "2026-08-10T08:39:05.997862Z",
"updatedAt": "2026-08-10T08:39:05.997862Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.