YouTube MCP Server
@MCP-Mirror
YouTube MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ZubeidHendricks_youtube-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@modelcontextprotocol/server-youtube",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is YouTube MCP Server?
A Model Context Protocol (MCP) server implementation for YouTube, enabling AI language models to interact with YouTube content through a standardized interface. It is designed for developers building AI applications that need to access YouTube data, transcripts, channels, and playlists.
How to use YouTube MCP Server?
Install via npm or automatically via Smithery. Set the YOUTUBE_API_KEY environment variable with your YouTube Data API v3 key, and optionally YOUTUBE_TRANSCRIPT_LANG (defaults to 'en'). Add the server configuration to your MCP client (e.g., Claude Desktop) using the provided JSON format.
Key features of YouTube MCP Server
- Get video details (title, description, duration, etc.)
- Retrieve video transcripts with timestamped captions
- Support for multiple transcript languages
- List and search channel videos and playlists
- Get video and channel statistics (views, likes, comments)
- Search across YouTube videos, channels, and playlists
Use cases of YouTube MCP Server
- Fetch video details and transcripts for AI analysis or summarization
- Search YouTube for specific content and retrieve structured results
- Manage and search channel and playlist contents programmatically
- Build conversational AI that answers questions based on video transcripts
FAQ from YouTube MCP Server
How do I get a YouTube API key?
Go to the Google Cloud Console, create a new project (or select an existing one), enable the YouTube Data API v3, and create API credentials (an API key). Copy the key for configuration.
How do I install YouTube MCP Server?
Install via npm with npm install @modelcontextprotocol/server-youtube or automatically via Smithery using the command npx -y @smithery/cli install @modelcontextprotocol/server-youtube --client claude.
Can I use multiple languages for transcripts?
Yes, the server supports multiple languages. You can specify a default language with the YOUTUBE_TRANSCRIPT_LANG environment variable (defaults to 'en').
How do I configure YouTube MCP Server for my MCP client?
Add a youtube entry under mcpServers in your client configuration with the command npx -y @modelcontextprotocol/server-youtube and the YOUTUBE_API_KEY in the env object.
What is the default language for transcripts?
The default language for transcripts is English ('en'), set via the optional YOUTUBE_TRANSCRIPT_LANG environment variable.
「メディアとデザイン」の他のコンテンツ

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
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.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
コメント