ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。
Most developer tooling work still happens through a UI a human drives. Shotflow MCP server moves it into the conversation instead. ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。.
ShotFlow MCP Server 是 ShotFlow 的 Model Context Protocol 接口实现,让任何支持 MCP 的 AI 客户端(Claude Desktop、Cursor、Cline、VS Code Copilot 等)都能直接调用专业分镜脚本与视频生成能力。
The server publishes 11 tools. What each one is for:
generate_storyboard — 从剧本/创意描述生成专业分镜脚本(6种创作类型 × 7种视觉风格)generate_video — 从分镜镜头生成视频(Pro 功能)check_video_status — 查询视频生成状态regenerate_shot — 单镜头重新生成list_video_tasks — 列出视频任务历史check_quota — 查询今日配额check_health — 检查服务健康状态Resource — 说明MCP_PORT — 3004SHOTFLOW_API_URL — http://localhost:3003NODE_ENV — developmentConfiguration is passed through the environment: SHOTFLOW_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Shotflow's toolset — generate_storyboard, generate_video, check_video_status and 8 more — is a fair guide to whether it matches your workflow. It is maintained by JOHNZhang-ui; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| generate_storyboard | 从剧本/创意描述生成专业分镜脚本(6种创作类型 × 7种视觉风格) |
| generate_video | 从分镜镜头生成视频(Pro 功能) |
| check_video_status | 查询视频生成状态 |
| regenerate_shot | 单镜头重新生成 |
| list_video_tasks | 列出视频任务历史 |
| check_quota | 查询今日配额 |
| check_health | 检查服务健康状态 |
| Resource | 说明 |
| MCP_PORT | 3004 |
| SHOTFLOW_API_URL | http://localhost:3003 |
| NODE_ENV | development |
| Variable | Description | Required |
|---|---|---|
| SHOTFLOW_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.