YouTube Data MCP Server
@diasm3
About YouTube Data MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-data": {
"command": "npx",
"args": [
"-y",
"youtube-data-mcp"
],
"env": {
"SERPAPI_KEY": "your_serpapi_key_here"
}
}
}
}Tools
5Extract transcript/subtitles from a YouTube video. Returns full text with video metadata. Supports multiple languages and optional timestamps.
Get YouTube video metadata: title, views, publish date, channel, comment count, and pagination tokens for comments.
Fetch YouTube video comments with pagination. Supports sorting by relevance or time. Use nextPageToken for pagination.
Fetch replies to a specific YouTube comment. Use repliesToken from getComments response.
Search YouTube for videos, channels, and playlists. Returns results with thumbnails, views, and channel info.
Overview
What is YouTube Data MCP Server?
A Model Context Protocol (MCP) server for extracting YouTube video transcripts and comments. It provides tools to get transcripts, video info, and comments from YouTube videos for analysis and summarization.
How to use YouTube Data MCP Server?
Install dependencies, build, and run the server. Configure a SerpAPI key in a .env file. Then add the server to your Claude configuration file (e.g., claude_desktop_config.json) and restart Claude to use the tools.
Key features of YouTube Data MCP Server
- Search YouTube for videos, channels, and playlists.
- Extract subtitles/transcripts from YouTube videos.
- Fetch basic video information (title, views, publish date).
- Retrieve comments using SerpAPI with pagination support.
- Get replies to specific YouTube comments.
Use cases of YouTube Data MCP Server
- Analyze video content by extracting transcripts for summarization.
- Gather public comments for sentiment analysis or research.
- Collect channel metadata (view count, publish date) for video cataloging.
FAQ from YouTube Data MCP Server
Does YouTube Data MCP Server require an API key?
Yes, a SerpAPI key is required for comment and reply functionality. You can obtain one at SerpAPI.
What runtime does YouTube Data MCP Server need?
Node.js 16+ and TypeScript.
How are comments paginated?
The getReplies tool accepts an optional pageToken parameter from a previous response to fetch the next page of comments.
Does YouTube Data MCP Server use the official YouTube API?
No, it uses SerpAPI’s YouTube Search and Video APIs to scrape data without the official YouTube API.
What transports does YouTube Data MCP Server support?
The server communicates via stdin/stdout, standard for MCP servers.
Frequently asked questions
Does YouTube Data MCP Server require an API key?
Yes, a SerpAPI key is required for comment and reply functionality. You can obtain one at SerpAPI.
What runtime does YouTube Data MCP Server need?
Node.js 16+ and TypeScript.
How are comments paginated?
The `getReplies` tool accepts an optional `pageToken` parameter from a previous response to fetch the next page of comments.
Does YouTube Data MCP Server use the official YouTube API?
No, it uses SerpAPI’s YouTube Search and Video APIs to scrape data without the official YouTube API.
What transports does YouTube Data MCP Server support?
The server communicates via stdin/stdout, standard for MCP servers.
Basic information
More Media & Design MCP servers

uxgen
uxgenA library of conversion components for e-commerce, built on A/B tested mechanics and handed straight to your coding agent. 65 pieces drawn from mechanics that have been A/B tested in real stores: cart drawer with the ups

Google Maps
modelcontextprotocolModel Context Protocol Servers
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify

Shotstack
Shotstack's official MCP server gives AI assistants direct access to the Shotstack video editing API, so you can produce video from a conversation instead of writing Edit JSON by hand. Available tools cover rendering vid

Notch
NotchCreate finished video ads from chat. Give Notch a brief or product URL — it loads your brand context, writes the script, and produces the finished ad: avatar, scenes, voiceover, captions. Built for performance marketers,
Comments