Anarcyst/youtube-mcp-server
Open-source MCP server for YouTube — search videos, get transcripts, explore channels. Works with Claude, Cursor, and any MCP client.
Overview
Anarcyst/youtube-mcp-server is a Python MCP server licensed under MIT. Open-source MCP server for YouTube — search videos, get transcripts, explore channels. Works with Claude, Cursor, and any MCP client.
Ranked #54 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# YouTube MCP Server
A **zero-config** MCP server for YouTube. Search videos, get transcripts, browse channels, and **search across a creator's entire content**. No API keys needed.
## Quick Start
```bash
uvx yt-mcp-server
```
Or install with pip:
```bash
pip install yt-mcp-server
```
## Setup
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"youtube": {
"command": "uvx",
"args": ["--from", "yt-mcp-server", "youtube-mcp-server"]
}
}
}
```
### Claude Code
```bash
claude mcp add youtube -- uvx yt-mcp-server
```
### Cursor
Add to your Cursor MCP settings:
```json
{
"mcpServers": {
"youtube": {
"command": "uvx",
"args": ["--from", "yt-mcp-server", "youtube-mcp-server"]
}
}
}
```
## Tools
| Tool | Description |
|---|---|
| **`search_channel_transcripts`** | **Search across ALL videos of a channel — find what any creator said about any topic** |
| `search_transcript` | Search within a single Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.