PluginBench
MCP Server
Active
Apache-2.0

mcp-video MCP Server

io.github.KyaniteLabs/mcp-video

What is the mcp-video MCP server?

Guardrailed FFmpeg video MCP server with Hyperframes and repurposing tools.

How to install mcp-video

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-video": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-video -- uvx mcp-video

Related MCP servers

Epoch

Active

Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.

2
TypeScript
Apache-2.0
View repository →