Odel
shotflow mcp

shotflow mcp

Local
@johnzhang-uiJavaScriptMITUpdated 2mo ago

ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshotflow-mcp-serverv1.0.0

Run

npx -y shotflow-mcp-server

MCP client config

{
  "mcpServers": {
    "shotflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shotflow-mcp-server"
      ]
    }
  }
}