MCP Directory
Back

youtube-connector-mcp

by ShellyDeng08 · Python · ★ 71

MCP server for YouTube — search videos, channels, playlists, and transcripts. Works with Claude, Cursor, Windsurf, and any MCP client.

#ai#ai-tools#claude#cursor#llm#mcp#mcp-server#model-context-protocol#python#windsurf#youtube#youtube-api

Install

pip install git+https://github.com/ShellyDeng08/youtube-connector-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "youtube-connector-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ShellyDeng08/youtube-connector-mcp.git"
      ]
    }
  }
}

From the README

[](https://lobehub.com/mcp/shellydeng08-youtube-connector-mcp) is a **YouTube MCP Server / Connector** that allows AI assistants like **Claude, Cursor, Cline, Windsurf, Continue.dev, Grapes AI** to interact with the **YouTube Data API v3** via the **Model Context Protocol (MCP)**. 🌐 Project Website: https://youtube-connector-mcp-website.vercel.app/ 📦 PyPI Package: https://pypi.org/project/youtube-connector-mcp/ | Requirement | How to Get…
Read full README on GitHub →

Related ai & ml servers