https://github.com/hightemp/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.
https://github.com/hightemp/go_mcp_server_youtube_search
mcp-server youtube youtube-search
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hightemp/go_mcp_server_youtube_search
- Owner: hightemp
- Created: 2025-05-02T10:48:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-01T08:26:14.000Z (4 months ago)
- Last Synced: 2025-06-08T17:18:56.427Z (4 months ago)
- Topics: mcp-server, youtube, youtube-search
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **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. `go` `mcp-server` `youtube` `youtube-search` `mcp` `go install hightemp/go_mcp_server_youtube_search@latest` (DevOps)
- awesome-mcp-servers - **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. `go` `mcp-server` `youtube` `youtube-search` `mcp` `go install hightemp/go_mcp_server_youtube_search@latest` (DevOps)
README
# 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
# or
go_mcp_server_youtube_search -t stdio
```