mcpbeat

NIRA Video Production MCP Server

io.github.pachote/nira-video-mcp
local only

NIRA Video Production MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 45 · avg 14 · -8% w/w
a month agotoday
67
Installs / week
pypi · nira-video-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nira-video-mcp -- uvx nira-video-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nira-video-mcp": {
      "args": [
        "nira-video-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nira-video-mcp]
command = "uvx"
args = ["nira-video-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nira-video-mcp": {
      "args": [
        "nira-video-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nira-video-mcp": {
      "args": [
        "nira-video-mcp"
      ],
      "command": "uvx"
    }
  }
}

NIRA Video Production MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for NIRA Video Production MCP?
NIRA Video Production MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package nira-video-mcp was installed 67 times last week.
Is NIRA Video Production MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect NIRA Video Production MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nira-video-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use NIRA Video Production MCP?
The pypi package nira-video-mcp was installed 67 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.