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.
Related MCP server: youtube-mcp
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.Last updated
- AlicenseAqualityCmaintenanceAn MCP server that enables the extraction of transcripts and detailed metadata from YouTube videos. It allows users to retrieve video information like titles and descriptions, as well as transcripts with optional timestamps and language selection.Last updated2MIT
- AlicenseBqualityDmaintenanceAn MCP server designed to fetch transcripts for YouTube videos. It enables AI tools to access video text content for tasks like summarization, analysis, and key takeaway extraction.Last updated172MIT
- Alicense-qualityCmaintenanceAn MCP server that enables searching YouTube and retrieving high-accuracy video transcripts using local Whisper AI transcription without requiring an API key. It supports single or batch processing and provides transcripts in multiple formats including text, JSON, and SRT.Last updated2Apache 2.0
Related MCP Connectors
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
MCP server for Google Veo AI video generation
An MCP server that gives your AI access to the source code and docs of all public github repos
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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