MCP.so
Sign In

go_mcp_server_youtube_search

@hightemp

About go_mcp_server_youtube_search

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.

Basic information

Category

Media & Design

Runtime

go

Transports

stdio

Publisher

hightemp

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

3

Search for YouTube videos using a text query

Get detailed information about a video by its ID

Get video subtitles in English or Russian

Overview

What is go_mcp_server_youtube_search?

A simple MCP (Model Context Protocol) server that provides tools for searching and retrieving information from YouTube videos. It is designed for use with AI assistants that support the MCP protocol.

How to use go_mcp_server_youtube_search?

The server can operate in stdio or SSE (Server-Sent Events) mode. By default it uses SSE mode. Run with go_mcp_server_youtube_search -t sse -h 0.0.0.0 -p 8889 for SSE, or go_mcp_server_youtube_search -t stdio for stdio. The SSE server URL is http://localhost:8889/sse.

Key features of go_mcp_server_youtube_search

  • Search YouTube videos with a text query
  • Get detailed information by video ID
  • Retrieve video subtitles in English or Russian
  • Supports both stdio and SSE transport modes

Use cases of go_mcp_server_youtube_search

  • Search for YouTube videos using natural language queries
  • Obtain metadata (title, description, etc.) for a specific video
  • Extract subtitles for content analysis or translation tasks

FAQ from go_mcp_server_youtube_search

Comments

More Media & Design MCP servers