Back to Browse

Nira Video MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Working directory for temp files and intermediate rendersOptional

Environment variable: VIDPROD_WORKSPACE

Default input directory Claude scans for source clipsOptional

Environment variable: VIDPROD_INPUT

Default output directory for rendered filesOptional

Environment variable: VIDPROD_OUTPUT

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

Environment variable: FAL_KEY

Path to Wan2GP installation for free local GPU video generationOptional

Environment variable: WAN2GP_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-pachote-nira-video-mcp": {
      "env": {
        "FAL_KEY": "your-fal-key-here",
        "WAN2GP_PATH": "your-wan2gp-path-here",
        "VIDPROD_INPUT": "your-vidprod-input-here",
        "VIDPROD_OUTPUT": "your-vidprod-output-here",
        "VIDPROD_WORKSPACE": "your-vidprod-workspace-here"
      },
      "args": [
        "nira-video-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!