Skip to content
Grok

mcp-video for Grok

io.github.kyanitelabs/mcp-video

Compatibility package: mcp-video now installs Kinocut (formerly mcp-video).

client:Grok transport:stdio runtime:pypi

Install mcp-video in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-video": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp-video in other clients