Submit

go_mcp_server_youtube_search

@hightemp

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

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.

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
  • 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.
  1. Integrating YouTube search capabilities into AI assistants.
  2. Retrieving detailed video information for content analysis.
  3. Accessing subtitles for videos to enhance accessibility.
  • 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.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.