youtube-mcp-server

PRANAV4248/youtube-mcp-server
★ 0 stars Python AI/LLM Updated 4d ago
A powerful YouTube MCP server that lets Claude natively play, pause, seek, and queue entire youtube playlists locally while also fetching deep video analytics and transcripts.
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp-server": {
      "command": "uvx",
      "args": [
        "youtube-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install youtube-mcp-server