PluginBench
MCP Server

NIRA Video Production MCP MCP Server

io.github.pachote/nira-video-mcp

What is the NIRA Video Production MCP MCP server?

Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.

How to install NIRA Video Production MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VIDPROD_WORKSPACE

    Working directory for temp files and intermediate renders

  • VIDPROD_INPUT

    Default input directory Claude scans for source clips

  • VIDPROD_OUTPUT

    Default output directory for rendered files

  • FAL_KEY
    secret

    fal.ai API key for cloud AI video generation (Kling, Luma, Veo, Pika)

  • WAN2GP_PATH

    Path to Wan2GP installation for free local GPU video generation

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nira-video-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}
Claude Code
claude mcp add nira-video-mcp --env VIDPROD_WORKSPACE=<YOUR_VIDPROD_WORKSPACE> --env VIDPROD_INPUT=<YOUR_VIDPROD_INPUT> --env VIDPROD_OUTPUT=<YOUR_VIDPROD_OUTPUT> --env FAL_KEY=<YOUR_FAL_KEY> --env WAN2GP_PATH=<YOUR_WAN2GP_PATH> -- uvx nira-video-mcp

Related MCP servers

Smart file intelligence for Claude — search, deduplicate, organize, and analyze files

View repository →

Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands

View repository →

Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen

View repository →

Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

View repository →