Cinema-grade video production MCP server — 8 tools for recording, editing, effects, captions, TTS, and smart screenshots. Built on ffmpeg + Playwright.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-video": {
"command": "npx",
"args": [
"-y",
"studiomeyer-io/mcp-video"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-video npx -y studiomeyer-io/mcp-video
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-video": {
"command": "npx",
"args": [
"-y",
"studiomeyer-io/mcp-video"
]
}
}
}
📋 Copy