YouTube MCP
Provides tools for searching YouTube videos and channels, retrieving video transcripts with timestamps, and listing videos from specific channels.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@YouTube MCPSummarize the transcript for https://www.youtube.com/watch?v=dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@inlustris/youtube-mcp
Ground your AI agents in YouTube's best content — no API keys, zero config.
YouTube is the world's largest library of expert knowledge — tutorials, talks, reviews, deep dives. But AI agents can't watch videos.
This MCP server bridges that gap. It gives your agent access to YouTube transcripts, search, channel data, and video screenshots through simple tools. No Google API keys. No OAuth. No setup.
Built with FastMCP and youtubei.js.
Why YouTube for AI grounding?
Web search is noisy. YouTube content is ranked, reviewed, and curated — videos with high view counts, reputable creators, and timestamped transcripts that make it ideal for LLM context. Instead of scraping forums or blogs, your agent can pull the exact transcript from a relevant video, search across channels, or capture a screenshot of a specific moment.
This isn't another "AI skill" you have to maintain. It's a single npm package that works immediately.
What you get
Tool | Purpose |
| Video transcript with timestamps, or plain text via |
| Screenshot at any timestamp. Full quality when yt-dlp is available; falls back gracefully. |
| Search YouTube with sort by relevance, date, rating, view count. |
| Find channels by query. |
| List every video from a channel. |
Install
npm install -g @inlustris/youtube-mcpAdd to any MCP client:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["-y", "@inlustris/youtube-mcp@latest"]
}
}
}Works with Claude Desktop, Cursor, opencode, VS Code Copilot, and any MCP-compatible agent.
Full-quality screenshots (optional)
get_video_frame works out of the box using YouTube storyboards (320×180). For full-resolution captures (720p, 1080p, 4K), install the system tools:
brew install yt-dlp ffmpegThe tool detects yt-dlp automatically and upgrades itself — no config changes needed.
SponsorBlock
Pass skipSponsor: true to get_transcript. It fetches sponsor timestamps from the SponsorBlock API (no auth, free) and removes sponsored content from the transcript. Great for getting clean, ad-free video context.
Use cases
Research agents: Pull transcripts from expert talks, conference presentations, or technical deep-dives instead of skimming blog posts.
Content analysis: Search for relevant YouTube content by topic, then extract transcripts at scale.
Visual grounding: Capture screenshots at key moments alongside transcripts for multimodal understanding.
Learning tools: Let users ask questions about specific video timestamps and get grounded answers.
Development
npm install
npm run dev # hot-reload
npm test # 31 tests
npm run build # production bundlesrc/
├── index.ts
├── server/server.ts
├── core/
│ ├── tools.ts
│ ├── resources.ts
│ └── services/
│ ├── youtube-service.ts
│ ├── sponsorblock-service.ts
│ └── screenshot-service.ts
└── __tests__/License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adshaa/youtube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server