youtube-mcp-server-local

sangajula/youtube-mcp-server-local
★ 0 stars JavaScript 🔌 API Integration Updated 1mo ago
Local YouTube MCP server bundle
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-mcp-server-l": {
      "command": "npx",
      "args": [
        "-y",
        "sangajula/youtube-mcp-server-local"
      ]
    }
  }
}