go_mcp_server_youtube_search

by hightemp

4 stars
338 downloads
Not rated
GitHub

About

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.

Details

Author
hightemp
GitHub stars
4
Downloads
338
Categories
Media

- 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

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.

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.

Server url: http://localhost:8889/sse

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

Usage

The server can operate in two modes: stdio and sse (Server-Sent Events). By default, it uses the sse mode.

```bash
go_mcp_server_youtube_search -t sse -h 0.0.0.0 -p 8889

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.