remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Uses Gemini AI to generate concise video summaries and power natural language queries about video content.
Provides tools for YouTube video analysis, including transcript extraction, video summarization, natural language queries about video content, search for videos matching specific queries, and comment retrieval and analysis.
YouTube MCP
用于 YouTube 视频分析的模型上下文协议 (MCP) 服务器,提供使用 Gemini AI 获取成绩单、总结内容和查询视频的工具。
特征
- 📝成绩单提取:从 YouTube 视频中获取详细的成绩单
- 📊视频摘要:使用 Gemini AI 生成简洁的摘要
- ❓自然语言查询:询问有关视频内容的问题
- 🔍 YouTube 搜索:查找符合特定查询的视频
- 💬评论分析:检索并分析视频评论
要求
- Python 3.9+
- Google Gemini API 密钥
- YouTube 数据 API 密钥
本地运行
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 youtube-mcp:
Copy
选项 1:直接安装
- 克隆存储库:Copy
- 创建虚拟环境并安装依赖项:Copy
- 使用您的 API 密钥创建一个
.env
文件:Copy - 运行 MCP 服务器:Copy
选项 2:使用 MCP CLI
- 安装 MCP CLI:Copy
- 在您的项目中创建一个
mcp.json
文件:Copy - 使用 MCP 启动服务器:Copy
与 Docker 一起使用
- 构建 Docker 镜像:Copy
- 使用您的 API 密钥运行容器:Copy
在 Smithery 上部署
该 MCP 服务器可以部署在Smithery上,以便于访问:
- 在 Smithery 上添加或声明您的服务器
- 单击 Smithery 部署选项卡上的“部署”
- 出现提示时提供您的 API 密钥
可用工具
youtube/get-transcript
:获取视频记录youtube/summarize
:生成视频摘要youtube/query
:回答有关视频的问题youtube/search
:搜索 YouTube 视频youtube/get-comments
:检索视频评论youtube/get-likes
:获取视频点赞数
贡献
欢迎贡献!请随时提交 Pull 请求。
This server cannot be installed
一个分析 YouTube 视频的模型上下文协议服务器,使用户能够使用 Gemini AI 提取成绩单、生成摘要和查询视频内容。