Catalog
io.github.pachote/nira-video-mcp
OfficialNIRA Video Production MCP
Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.
Video production suite with 55 tools for editing, effects, and AI generation.
README not available yet.
Install
Configuration
Environment variables
VIDPROD_WORKSPACEWorking directory for temp files and intermediate renders
VIDPROD_INPUTDefault input directory Claude scans for source clips
VIDPROD_OUTPUTDefault output directory for rendered files
FAL_KEYsecretfal.ai API key for cloud AI video generation (Kling, Luma, Veo, Pika)
WAN2GP_PATHPath to Wan2GP installation for free local GPU video generation
claude_desktop_config.json
{
"mcpServers": {
"nira-video-mcp": {
"command": "uvx",
"args": [
"nira-video-mcp"
],
"env": {
"VIDPROD_WORKSPACE": "<YOUR_VIDPROD_WORKSPACE>",
"VIDPROD_INPUT": "<YOUR_VIDPROD_INPUT>",
"VIDPROD_OUTPUT": "<YOUR_VIDPROD_OUTPUT>",
"FAL_KEY": "<YOUR_FAL_KEY>",
"WAN2GP_PATH": "<YOUR_WAN2GP_PATH>"
}
}
}
}