YouTube Connector
MCP server for YouTube — search videos, channels, playlists, and transcripts. Works with Claude, Cursor, Windsurf, and any MCP client.
What is YouTube Connector?
YouTube Connector is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for youtube — search videos, channels, playlists, and transcripts. works with claude, cursor, windsurf, and any mcp client.
MCP server for YouTube — search videos, channels, playlists, and transcripts. Works with Claude, Cursor, Windsurf, and any MCP client.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for YouTube — search videos, channels, playlists,
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx youtube-connectorConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use YouTube Connector
The YouTube Connector MCP server integrates the YouTube Data API v3 into AI assistants like Claude, Cursor, Windsurf, and Cline, enabling them to search videos, retrieve channel information, fetch video transcripts with timestamps, read comments, and list playlists. It is published as a Python package on PyPI and requires a free YouTube Data API v3 key from Google Cloud Console. Once configured, developers and content researchers can analyze YouTube content, extract transcripts, and gather video metadata without ever leaving their AI workflow.
Prerequisites
- Python 3.10 or later installed
- pipx installed (brew install pipx on macOS, apt install pipx on Ubuntu)
- A YouTube Data API v3 key from https://console.cloud.google.com/apis/credentials
- An MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or Windsurf
Get a YouTube Data API v3 key
Go to the Google Cloud Console, create or select a project, enable the YouTube Data API v3 under APIs & Services, and generate an API key under Credentials. Optionally restrict the key to YouTube Data API v3 for security.
Install the package with pipx
Install the youtube-connector-mcp package using pipx so it is available as a standalone command.
pipx install youtube-connector-mcpAdd via Claude Code (easiest)
Register the server with Claude Code using the mcp add command, passing your API key as an environment variable.
claude mcp add youtube-connector-mcp youtube-connector-mcp -s user -e YOUTUBE_API_KEY="your_api_key_here"Or configure Claude Desktop manually
For Claude Desktop, edit claude_desktop_config.json to add the server with the YOUTUBE_API_KEY environment variable.
{
"mcpServers": {
"youtube-connector-mcp": {
"command": "youtube-connector-mcp",
"env": {
"YOUTUBE_API_KEY": "your_api_key_here"
}
}
}
}Restart your client and test
Restart your MCP client and ask it to search YouTube or fetch a video transcript to confirm the server is working correctly.
YouTube Connector Examples
Client configuration
Claude Desktop configuration for youtube-connector-mcp with the YouTube API key.
{
"mcpServers": {
"youtube-connector-mcp": {
"command": "youtube-connector-mcp",
"env": {
"YOUTUBE_API_KEY": "your_api_key_here"
}
}
}
}Prompts to try
Example prompts to use with the YouTube Connector MCP server once configured.
- "Search YouTube for Python tutorials for beginners"
- "Get the full transcript of this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ"
- "How many subscribers does the channel @Fireship have?"
- "List all playlists for the channel @3Blue1Brown"
- "Show me the top comments on this video and summarize the sentiment"Troubleshooting YouTube Connector
API key error: YouTube Data API has not been enabled
In the Google Cloud Console, navigate to APIs & Services > Library, search for 'YouTube Data API v3', and click Enable. The API must be explicitly enabled for your project before the key will work.
Quota exceeded error from YouTube API
The YouTube Data API v3 has a default daily quota of 10,000 units. Transcript fetching and search are quota-heavy. You can request a quota increase in the Google Cloud Console, or reduce usage by caching results.
youtube-connector-mcp command not found after pipx install
Run 'pipx ensurepath' to add the pipx bin directory to your PATH, then open a new terminal session. Alternatively, specify the full path to the installed binary in your MCP configuration.
Frequently Asked Questions about YouTube Connector
What is YouTube Connector?
YouTube Connector is a Model Context Protocol (MCP) server that mcp server for youtube — search videos, channels, playlists, and transcripts. works with claude, cursor, windsurf, and any mcp client. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install YouTube Connector?
Follow the installation instructions on the YouTube Connector GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with YouTube Connector?
YouTube Connector works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is YouTube Connector free to use?
Yes, YouTube Connector is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
YouTube Connector Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to YouTube Connector? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up YouTube Connector in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use YouTube Connector?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.