← Back to Plugins
MCP Server MCP

io.github.JOHNZhang-ui/shotflow-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "shotflow-mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "streamable-http",
        "url": "https://aishotflow.cn/mcp"
      },
      "environmentVariables": [
        {
          "description": "ShotFlow Express API 地址(URL 格式,例如 http://localhost:3003)",
          "format": "string",
          "default": "http://localhost:3003",
          "name": "SHOTFLOW_API_URL"
        },
        {
          "description": "MCP Server 认证 Key(可选)",
          "format": "string",
          "isSecret": true,
          "name": "MCP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...