Skip to content
Grok

video analyzer for Grok

io.github.brightwayai/video-analyzer

Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.

client:Grok transport:stdio runtime:pypi

Install video analyzer in Grok

.mcp.json (in your project root)

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

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

video analyzer in other clients