NIRA Video Production MCP
Rank #19,897io.github.pachote/nira-video-mcp
Video production MCP: 51 tools for editing, color grading, audio mastering, and AI video generation.
NIRA Video Production MCP is a Model Context Protocol (MCP) server published by pachote. It ranks #19,897 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. NIRA Video Production MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 95,694 of 115,591 servers on MCP Toplist.
Use NIRA Video Production MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nira-video-mcp -e "VIDPROD_WORKSPACE=<your VIDPROD_WORKSPACE>" -e "VIDPROD_INPUT=<your VIDPROD_INPUT>" -e "VIDPROD_OUTPUT=<your VIDPROD_OUTPUT>" -e "FAL_KEY=<your FAL_KEY>" -e "WAN2GP_PATH=<your WAN2GP_PATH>" -- uvx nira-video-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nira-video-mcp]
command = "uvx"
args = ["nira-video-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pachote%2Fnira-video-mcp)<a href="https://mcptoplist.com/server/io.github.pachote%2Fnira-video-mcp"><img src="https://mcptoplist.com/badge/io.github.pachote%2Fnira-video-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
pachote
Other servers by pachote
- NIRA File Intel MCP#27,225 · 1 ver
- NIRA REPL MCP#27,226 · 1 ver
- NIRA Screen Vision MCP#27,227 · 1 ver
- NIRA Temporal MCP#27,228 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 27, 2026 |
Frequently asked questions
- Who maintains NIRA Video Production MCP?
- NIRA Video Production MCP is maintained by pachote, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is NIRA Video Production MCP listed on the Official MCP Registry?
- Yes — NIRA Video Production MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NIRA Video Production MCP have?
- MCP Toplist tracks 1 version of NIRA Video Production MCP, most recently published on May 27, 2026.
- Where can I find the source code for NIRA Video Production MCP?
- The source code for NIRA Video Production MCP is hosted at github.com/pachote/nira-video-mcp.