Back to MCP directory
publicPublicdnsLocal runtime

YouTube Research

一个集成顺序思维和YouTube聚合搜索的MCP服务器项目

article

README

🚀 我的 YouTube MCP 服务器

本 MCP 服务器集成了强大的功能,可实现顺序推理并进行 YouTube 聚合搜索,为用户提供对服务器操作的可见性以及丰富的视频搜索结果。

🚀 快速开始

本服务器集成了顺序推理和 YouTube 聚合搜索两大核心功能,能为用户提供独特的使用体验。

✨ 主要特性

  • 顺序推理:记录每个步骤作为单独的“思考”,让服务器操作的过程清晰可见。
  • YouTube 聚合搜索
    • 抽样机制:借助 MCP 的抽样机制,依据用户主题生成搜索查询。
    • YouTube API 集成:获取每个搜索查询对应的简短视频和长视频。
    • 结果聚合:汇总并返回视频 ID 及其元数据。

📦 安装指南

  1. 克隆仓库
git clone https://github.com/yourusername/my-youtube-server.git
cd my-youtube-server
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client