shotflow mcp for Zed
io.github.johnzhang-ui/shotflow-mcp
ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。
client:Zed
transport:stdio
runtime:npm
Install shotflow mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shotflow-mcp": {
"command": "npx",
"args": [
"-y",
"shotflow-mcp-server"
],
"env": {
"SHOTFLOW_API_URL": "<SHOTFLOW_API_URL>",
"MCP_API_KEY": "<MCP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs