mcp-youtube-sheets

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

  • Automatically saves YouTube search results to Google Sheets, including video title, URL, channel name, and publish date

  • Enables searching for YouTube videos using the YouTube Data API v3 with configurable parameters like query terms and maximum results

YouTube 到 Google Sheets MCP 服务器

此 MCP 服务器提供搜索 YouTube 视频并自动将搜索结果保存到 Google 表格的功能。它旨在与 Claude 以及其他支持模型上下文协议 (MCP) 的 AI 助手协同工作。

English |日语

特征

  • 使用 YouTube 数据 API v3 搜索 YouTube 视频
  • 自动将搜索结果保存到 Google 表格
  • 可配置的搜索参数(查询、最大结果)
  • 结果包括视频标题、URL、频道名称和发布日期

安装

npm install @rikukawa/youtube-sheets-server

先决条件

  1. YouTube 数据 API v3 设置:
  2. Google Sheets API 设置:
    • 在同一个项目中,启用 Google Sheets API
    • 创建服务帐户
    • 下载服务帐号密钥(JSON格式)
    • 与服务帐户电子邮件共享您的目标 Google Sheet

配置

将服务器添加到您的 MCP 设置文件:

{ "mcpServers": { "youtube-sheets": { "command": "node", "args": ["path/to/youtube-sheets-server/build/index.js"], "env": { "YOUTUBE_API_KEY": "your-youtube-api-key", "SPREADSHEET_ID": "your-spreadsheet-id" }, "disabled": false, "alwaysAllow": [] } } }

用法

“让 AI 助手‘使用‘ChatGPT 使用方法’搜索 YouTube 视频并检索 10 个视频’,然后尝试以这种方式使用它。”

输出格式

该工具将把以下信息保存到您的 Google Sheet:

  • 视频标题
  • 视频网址
  • 频道名称
  • 发布日期

执照

麻省理工学院

作者

川岛陆

存储库

GitHub 存储库

NPM 包

@rikukawa/youtube-sheets-server

-
security - not tested
A
license - permissive license
-
quality - not tested

提供搜索YouTube视频并自动将结果保存到Google 表格的功能。

  1. Features
    1. Installation
      1. Prerequisites
        1. Configuration
          1. Usage
            1. Output Format
              1. License
                1. Author
                  1. Repository
                    1. NPM Package
                      ID: z3fthzkmxu