MCP.so
登录

go_mcp_server_youtube_search

@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.

基本信息

分类

媒体与设计

运行时

go

传输方式

stdio

发布者

hightemp

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

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

概览

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

评论

媒体与设计 分类下的更多 MCP 服务器