NIRA Video Production MCP
About
Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VIDPROD_WORKSPACE VIDPROD_INPUT VIDPROD_OUTPUT FAL_KEY WAN2GP_PATHClaude Code
claude mcp add --env VIDPROD_WORKSPACE= --env VIDPROD_INPUT= --env VIDPROD_OUTPUT= --env FAL_KEY= --env WAN2GP_PATH= nira-video-mcp -- uvx nira-video-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"nira-video-mcp","command":"uvx","args":["nira-video-mcp"],"env":{"VIDPROD_WORKSPACE":"","VIDPROD_INPUT":"","VIDPROD_OUTPUT":"","FAL_KEY":"","WAN2GP_PATH":""}}'
JSON
{
"mcpServers": {
"nira-video-mcp": {
"command": "uvx",
"args": [
"nira-video-mcp"
],
"env": {
"VIDPROD_WORKSPACE": "",
"VIDPROD_INPUT": "",
"VIDPROD_OUTPUT": "",
"FAL_KEY": "",
"WAN2GP_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.