go_mcp_server_youtube_search
一个简单的MCP(模型上下文协议)服务器,提供从YouTube视频中搜索和检索信息的工具。该服务器可以与支持MCP协议的AI助手一起使用。
服务器url: http://localhost:8889/sse
工具
- youtube搜索 -使用文本查询搜索YouTube视频
- youtube_get_video_info -通过ID获取视频的详细信息
- youtube_get_字幕 -获取英语或俄语的视频字幕
用法
服务器可以在两种模式下运行:stdio和sse(服务器发送事件)。默认情况下,它使用sse模式。
go_mcp_server_youtube_search -t sse -h 0.0.0.0 -p 8889
# or
go_mcp_server_youtube_search -t stdio