YouTube Data MCP Server
@diasm3
YouTube Data MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube-data": {
"command": "npx",
"args": [
"-y",
"youtube-data-mcp"
],
"env": {
"SERPAPI_KEY": "your_serpapi_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「メディアとデザイン」の他のコンテンツ
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
コメント