youtube-mcp-server
The YouTube MCP Server is a tool designed to facilitate the interaction between AI language models and YouTube content using MCP. It offers features like video, transcript, and playlist management, providing a structured interface for data retrieval from YouTube.
How do I install the YouTube MCP Server?
You can install the YouTube MCP Server via Smithery using the command npx -y @smithery/cli install @ZubeidHendricks/youtube --client claude
or manually using npm install zubeid-youtube-mcp-server
.
What API key is required for configuration?
You need a YouTube Data API key, which can be obtained by enabling the YouTube Data API v3 in the Google Cloud Console and creating API credentials.
Can I retrieve video transcripts in multiple languages?
Yes, the YouTube MCP Server supports retrieving video transcripts in multiple languages, and you can specify the desired language when requesting transcripts.
Is it possible to search within YouTube transcripts?
Yes, the server allows you to search within video transcripts, making it easier to find specific content within a video.
What platforms are supported for using the YouTube MCP Server?
The YouTube MCP Server can be used with platforms like Claude Desktop and VS Code, with specific configuration scripts provided for each.