youtube-research MCP Server
plaguedoctor39/youtube-research
MCP server for YouTube — search videos, get metadata, and fetch transcripts. Works with Claude Code and Claude.ai (SSE).
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
plaguedoctor39/youtube-research is a Python MCP server licensed under MIT. MCP server for YouTube — search videos, get metadata, and fetch transcripts. Works with Claude Code and Claude.ai (SSE). Topics: anthropic, claude, claude-code, fastmcp, llm-tools, mcp, mcp-server, youtube, youtube-api, youtube-transcript.
Ranked #54 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 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 Research MCP Server An MCP server for YouTube integration with Claude Code — search videos, get metadata, fetch transcripts, explore channels, and more. ## Tools | Tool | Description | API Quota | |---|---|---| | `youtube_search(query, max_results)` | Search videos by query | 100 + 1 | | `youtube_video_info(video_url_or_id)` | Get video metadata by URL or ID | 1 | | `youtube_transcript(video_url_or_id, lang)` | Fetch video subtitles with timestamps | 0 (no API) | | `youtube_channel_info(channel_url_or_id)` | Get channel stats (subscribers, views, etc.) | 1 | | `youtube_channel_videos(channel_url_or_id, max_results)` | List recent videos from a channel | 2 | | `youtube_playlist(playlist_url_or_id, max_results)` | List videos in a playlist | 2 | | `youtube_comments(video_url_or_id, max_results)` | Get top comments for a video | 1 | | `youtube_trending(region_code, max_results)` | Get trending videos by country | 1 | > YouTube Data API v3 free quota: 10,000 units/day. `youtuRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.