YouTube Data MCP Server
@diasm3
About YouTube Data MCP Server
No overview available yet
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Media & Design MCP servers
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Comments