youtube-analyzer-mcp

um4ru-ch4n/youtube-analyzer-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated today
MCP server for YouTube video analysis — transcripts + visual content (slides, code, diagrams)
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": {
    "youtube-analyzer-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/um4ru-ch4n/youtube-analyzer-mcp@latest"
      ]
    }
  }
}