
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mindstone-engineering/mcp-server-kling
Advanced tools
Kling AI video generation MCP server for Model Context Protocol hosts
Kling AI video generation MCP server for Model Context Protocol hosts. Generate AI videos from text descriptions or images, and manage video generation tasks through a standardised MCP interface.
cd <path-to-repo>/connectors/kling
npm install
npm run build
npx -y @mindstone-engineering/mcp-server-kling
node dist/index.js
KLING_ACCESS_KEY — Kling API access keyKLING_SECRET_KEY — Kling API secret keyMCP_HOST_BRIDGE_STATE — optional path to a host bridge state file used for credential managementMINDSTONE_REBEL_BRIDGE_STATE — backwards-compatible alias for MCP_HOST_BRIDGE_STATE{
"mcpServers": {
"Kling": {
"command": "npx",
"args": ["-y", "@mindstone-engineering/mcp-server-kling"],
"env": {
"KLING_ACCESS_KEY": "your-access-key",
"KLING_SECRET_KEY": "your-secret-key"
}
}
}
}
{
"mcpServers": {
"Kling": {
"command": "node",
"args": ["<path-to-repo>/connectors/kling/dist/index.js"],
"env": {
"KLING_ACCESS_KEY": "your-access-key",
"KLING_SECRET_KEY": "your-secret-key"
}
}
}
}
configure_kling_api_keys — Save Kling API credentialsgenerate_kling_video — Create an AI-generated video from a text descriptiongenerate_kling_image_to_video — Animate a still image into a videocheck_kling_task — Check if a video generation task is completeFSL-1.1-MIT — Functional Source License, Version 1.1, with MIT future licence. The software converts to MIT licence on 2030-04-08.
FAQs
Kling AI video generation MCP server for Model Context Protocol hosts
The npm package @mindstone-engineering/mcp-server-kling receives a total of 0 weekly downloads. As such, @mindstone-engineering/mcp-server-kling popularity was classified as not popular.
We found that @mindstone-engineering/mcp-server-kling demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.