go_mcp_server_youtube_search
If you are the rightful owner of go_mcp_server_youtube_search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP server for searching and retrieving information from YouTube videos.
The go_mcp_server_youtube_search is a Model Context Protocol (MCP) server designed to facilitate the search and retrieval of information from YouTube videos. It is particularly useful for AI assistants that support the MCP protocol, enabling them to perform tasks such as searching for videos, retrieving detailed video information, and obtaining subtitles in multiple languages. The server operates in two modes: stdio and Server-Sent Events (sse), with sse being the default mode. This flexibility allows it to be integrated into various platforms and applications, providing a seamless experience for users looking to interact with YouTube content programmatically.
Features
- Search for YouTube videos using a text query.
- Retrieve detailed information about a video by its ID.
- Obtain video subtitles in English or Russian.
- Supports both stdio and sse modes for flexible integration.
- Designed for use with AI assistants supporting the MCP protocol.
Tools
youtube_search
Search for YouTube videos using a text query.
youtube_get_video_info
Get detailed information about a video by its ID.
youtube_get_subtitles
Get video subtitles in English or Russian.