A simple MCP (Model Context Protocol) server that provides tools for searching and retrieving information from YouTube videos. This server can be used with AI assistants that support the MCP protocol.
Overview
what is go_mcp_server_youtube_search?
go_mcp_server_youtube_search is a simple MCP (Model Context Protocol) server designed to provide tools for searching and retrieving information from YouTube videos. It can be integrated with AI assistants that support the MCP protocol.
how to use go_mcp_server_youtube_search?
To use the server, run it in either stdio or sse mode. The default mode is sse. You can start the server with the following command:
go_mcp_server_youtube_search -t sse -h 0.0.0.0 -p 8889
# or
go_mcp_server_youtube_search -t stdio
key features of go_mcp_server_youtube_search?
- youtube_search: Search for YouTube videos using a text query.
- youtube_get_video_info: Retrieve detailed information about a video by its ID.
- youtube_get_subtitles: Get video subtitles in English or Russian.
use cases of go_mcp_server_youtube_search?
- Integrating YouTube search capabilities into AI assistants.
- Retrieving detailed video information for content analysis.
- Accessing subtitles for videos to enhance accessibility.
FAQ from go_mcp_server_youtube_search?
- Can I use this server with any AI assistant?
Yes! The server is designed to work with any AI assistant that supports the MCP protocol.
- What programming language is this server written in?
The server is written in Go.
- Is there a graphical interface for this server?
No, the server operates through command line and does not have a graphical interface.