Server data from the Official MCP Registry
RunAPI MCP server for Kling: create tasks, poll status, and check pricing.
RunAPI MCP server for Kling: create tasks, poll status, and check pricing.
This is a well-structured MCP server for the RunAPI Kling model line with proper authentication, clear permission scoping, and good code quality. Authentication is required via API key (environment variable or config file), and all network operations are properly constrained to the RunAPI service. No critical vulnerabilities or malicious patterns detected. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: RUNAPI_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-runapi-builder-kling-mcp": {
"env": {
"RUNAPI_API_KEY": "your-runapi-api-key-here"
},
"args": [
"-y",
"@runapi.ai/kling-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
RunAPI MCP server for the Kling model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
Each create tool returns the task id, status, output URLs, and a price snapshot, and (optionally) polls until the task reaches a terminal status.
ai_avatar — create a Kling avatar task. Models: kling-ai-avatar-pro, kling-ai-avatar-standard, kling-ai-avatar-v1-pro, kling-v1-avatar-standard.image_to_video — create a Kling image-to-video task. Models: kling-v2.1-master-image-to-video, kling-v2.1-pro, kling-v2.1-standard, kling-v2.5-turbo-image-to-video-pro.motion_control — create a Kling motion-control task. Models: kling-3.0.text_to_video — create a Kling text-to-video task. Models: kling-3.0, kling-v2.1-master-text-to-video, kling-v2.5-turbo-text-to-video-pro.get_task — fetch the current status and latest payload for a task.check_pricing — look up pricing for a model in this line.Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.json
Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Run the server over stdio:
npx -y @runapi.ai/kling-mcp
Add it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"kling": {
"command": "npx",
"args": ["-y", "@runapi.ai/kling-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}
Apache-2.0
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.