shotflow mcp for Cursor
io.github.johnzhang-ui/shotflow-mcp
ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。
client:Cursor
transport:stdio
runtime:npm
Install shotflow mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shotflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shotflow-mcp-server"
],
"env": {
"SHOTFLOW_API_URL": "<SHOTFLOW_API_URL>",
"MCP_API_KEY": "<MCP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs