YouTube-MCP
@CodeWizzard01
About YouTube-MCP
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-mcp-server-codewizzard01": {
"command": "docker",
"args": [
"run",
"-e",
"YOUTUBE_API_KEY=<your_api_key_here>",
"-p",
"8085:8080",
"codewizard01/youtube-mcp:latest"
]
}
}
}Tools
11Search for videos on YouTube using a query string.
Get transcript for a YouTube video by video ID.
Get details of a YouTube video using its video ID.
Get thumbnail URLs for a YouTube video by video ID.
List comments for a YouTube video by video ID. (Public comments only)
Get information about a YouTube channel by channel ID.
List playlists for a YouTube channel by channel ID.
List channel sections (shelves) for a YouTube channel by channel ID.
List videos in a YouTube playlist by playlist ID.
List activities for a YouTube channel by channel ID. (Public activities only)
List video categories available in a region.
Overview
What is YouTube-MCP?
YouTube-MCP is a Model Context Protocol server that provides search, transcript, and metadata tools for YouTube. It is built using the Java MCP SDK and Spring AI, with a JavaScript component for transcript extraction.
How to use YouTube-MCP?
Run the server as a Docker container with the YOUTUBE_API_KEY environment variable, or from an IDE using Java 24 and Maven. Connect to an MCP host by adding an SSE endpoint (http://localhost:8085) or a stdio command (java -jar youtube-mcp.jar) to the MCP config file.
Key features of YouTube-MCP?
- Search YouTube videos by query string
- Extract transcripts from videos by ID
- Get video details and metadata
- Retrieve thumbnail
Basic information
More Media & Design MCP servers
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
Video Editor MCP server
burningionMCP Interface for Video Jungle
Comments