Content
# NIRA Video MCP — 55 Video Production Tools for Claude
<!-- mcp-name: io.github.pachote/nira-video-mcp -->
**The most complete video production MCP.** Edit, grade, generate AI video, master audio, generate TTS captions, and deliver to any platform — all from a Claude conversation.
```
pip install nira-video-mcp
```
[](https://pypi.org/project/nira-video-mcp/)
[](https://www.python.org/downloads/)
[](https://opensource.org/licenses/MIT)
[](https://registry.modelcontextprotocol.io)
---
## What you can do
**From a single Claude prompt:**
> *"Trim clip.mp4 to 30 seconds, apply a cinematic teal-orange grade, normalize audio to -14 LUFS, add my logo in the bottom right, and export for YouTube 1080p"*
> *"Generate a 5-second aerial shot of a neon city at night using Kling 3.0, then apply vintage film grain and export for TikTok"*
> *"Create a project from 6 clips with crossfade transitions, add background music at 20% volume, burn in subtitles from transcript.srt, render at ProRes 4444"*
---
## 55 Tools Across 9 Modules
| Module | Tools |
|--------|-------|
| **Inspect** | `vid_inspect` `vid_probe` `vid_thumbnail` `vid_list_workspace` `vid_waveform` |
| **Edit** | `vid_trim` `vid_concat` `vid_resize` `vid_speed` `vid_filter` `vid_overlay` `vid_loop` `vid_reverse` `vid_stabilize` `vid_transition` |
| **Grade** | `vid_grade` `vid_lut` `vid_grain` `vid_vignette` `vid_chromakey` `vid_glitch` `vid_halation` `vid_motion_blur` |
| **Audio** | `aud_extract` `aud_replace` `aud_normalize` `aud_mix` `aud_add_music` `aud_silence` `aud_master` `aud_duck_smart` `aud_detect_beats` `vid_tts_caption` |
| **Motion Graphics** | `vid_text_overlay` `vid_lower_third` `vid_title_card` `vid_subtitles` `vid_progress_bar` `vid_manim_render` |
| **AI Generation** ⭐ PRO | `ai_gen_wan2gp` `ai_gen_fal` `ai_gen_status` `ai_gen_cancel` `ai_gen_list_models` |
| **Delivery** | `vid_export` `vid_export_hls`⭐ `vid_thumbnail_sprite`⭐ `vid_chapters` `vid_metadata` |
| **Projects** | `proj_create` `proj_list` `proj_render` |
| **Render Queue** | `render_status` `render_cancel` `render_list` |
⭐ = PRO tier
---
## Quick Install
**Option 1 — pip (recommended):**
```bash
pip install nira-video-mcp
```
Add to Claude Desktop (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"nira-video-mcp": {
"command": "nira-video-mcp",
"env": {
"VIDPROD_OUTPUT": "/path/to/output",
"VIDPROD_INPUT": "/path/to/clips",
"FAL_KEY": "your-fal-key"
}
}
}
}
```
**Option 2 — Claude Code:**
```bash
claude mcp add nira-video-mcp nira-video-mcp \
--env VIDPROD_OUTPUT="/path/to/output" \
--env VIDPROD_INPUT="/path/to/clips"
```
**Requirements:** Python 3.11+ · [FFmpeg](https://ffmpeg.org/download.html) in PATH
---
## AI Video Generation (PRO)
Generate real video clips from text or image prompts — directly from Claude:
| Model | Provider | Cost/sec | Best for |
|-------|----------|----------|----------|
| Wan2GP | Local GPU | **Free** | Privacy, NSFW, unlimited |
| Kling 3.0 | fal.ai | $0.084 | Best value, 5-10s clips |
| Luma Ray3 | fal.ai | $0.08 | Best image-to-video |
| Veo 3.1 | fal.ai | $0.40 | Highest quality + audio |
| MiniMax Hailuo 2.3 | fal.ai | $0.015 | Cheapest, high volume |
| Pika 2.2 | fal.ai | $0.05 | Fast loops from image |
```
> "Generate a 5-second slow motion shot of waves crashing on rocks,
cinematic, golden hour lighting, using Kling 3.0"
```
Unlock AI generation: **[NIRA Video MCP PRO — $49 one-time →](https://payhip.com/b/krNB1)**
---
## Color Grading
8 built-in cinematic looks:
| Look | Description |
|------|-------------|
| `teal_orange` | Hollywood blockbuster — teal shadows, warm highlights |
| `vintage_film` | Faded film stock with lifted blacks |
| `noir` | High-contrast black and white |
| `golden_hour` | Warm amber summer light |
| `cold_blue` | Desaturated thriller/crime aesthetic |
| `blockbuster` | Vibrant, punchy streaming look |
| `sunset_warm` | Rich oranges and deep shadows |
| `moody_green` | Matrix/Fincher desaturated green tint |
Plus: custom `.cube` LUT support, VHS/glitch, film halation, chromakey, motion blur.
---
## Delivery Presets
16 platform presets with correct specs for every major platform:
`youtube_4k` `youtube_1080` `youtube_shorts` `tiktok` `instagram_reels` `instagram_feed` `twitter` `facebook` `linkedin` `prores_4444` `prores_422` `h265_4k` `av1_web` `gif` `web_mp4` `nirasynth_xxx`
---
## Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| `VIDPROD_OUTPUT` | `~/video_output` | Output directory |
| `VIDPROD_INPUT` | `~/video_input` | Input clips directory |
| `VIDPROD_WORKSPACE` | `~/video_workspace` | Projects directory |
| `FAL_KEY` | — | fal.ai key for cloud AI gen |
| `WAN2GP_PATH` | `D:/Wan2GP` | Wan2GP install path |
| `NIRA_PRO_KEY` | — | PRO license key |
---
## PRO License
**[Get NIRA Video MCP PRO — $49 one-time](https://payhip.com/b/krNB1)**
PRO unlocks:
- All 5 AI video generation tools (Wan2GP + fal.ai: Kling, Luma, Veo, MiniMax, Pika)
- HLS adaptive streaming export (`vid_export_hls`)
- Thumbnail sprite generation (`vid_thumbnail_sprite`)
Set your key:
```bash
export NIRA_PRO_KEY=your-license-key
```
Or in `claude_desktop_config.json`:
```json
"NIRA_PRO_KEY": "your-license-key"
```
---
## License
MIT — free to use, modify, redistribute. PRO features require a license key.
---
*Built with [FastMCP](https://github.com/jlowin/fastmcp) · Powered by FFmpeg · AI generation via [fal.ai](https://fal.ai) and [Wan2GP](https://github.com/wan-video/Wan2GP)*
---
## The Complete NIRA MCP Stack
All 10 tools work together in Claude Code:
| Package | What it does | Price |
|---------|-------------|-------|
| [nira-screen-vision](https://pypi.org/project/nira-screen-vision/) | Claude can see your screen | $29 |
| [nira-repl](https://pypi.org/project/nira-repl/) | Secure code execution for Claude | $19 |
| [nira-process-forge](https://pypi.org/project/nira-process-forge/) | Process management for Claude | $19 |
| [nira-file-intel](https://pypi.org/project/nira-file-intel/) | Smart file intelligence for Claude | $19 |
| [nira-temporal](https://pypi.org/project/nira-temporal/) | Time-aware scheduling for Claude | $19 |
| [nira-agent-forge](https://pypi.org/project/nira-agent-forge/) | Multi-agent orchestration for Claude | $39 |
| [nira-multi-model](https://pypi.org/project/nira-multi-model/) | Claude + GPT-4 + Gemini in one MCP | $29 |
| [nira-market-intel](https://pypi.org/project/nira-market-intel/) | Competitor research for Claude | $29 |
| [nira-knowledge-graph](https://pypi.org/project/nira-knowledge-graph/) | Persistent memory graph for Claude | $19 |
| [nira-video-mcp](https://pypi.org/project/nira-video-mcp/) | Professional video production for Claude | $49 |
Install any combination:
```bash
pip install nira-video-mcp nira-screen-vision nira-agent-forge nira-multi-model
```
Built by [pachote](https://github.com/pachote) — the professional MCP suite for Claude Code.
Connection Info
You Might Also Like
ai-native-pm-os
The exhaustive guide to mastering Claude for Product Managers. Build your...
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...