video-vision-mcp

OAMaestro/video-vision-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Give your AI eyes and ears for video. MCP server for frame extraction, visual analysis, and audio transcription of any local or online video.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "video-vision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OAMaestro/video-vision-mcp"
      ]
    }
  }
}