Skip to main content
Glama

mcp-youtube-sheets

by Rickyyy1116

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

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.

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

  1. 特征
    1. 安装
      1. 先决条件
        1. 配置
          1. 用法
            1. 输出格式
              1. 执照
                1. 作者
                  1. 存储库
                    1. NPM 包

                      Related MCP Servers

                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.
                        Last updated -
                        1
                        Python
                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables extraction of transcript text from YouTube videos by providing the video URL, supporting standard, shortened, and embed URL formats.
                        Last updated -
                        1
                        JavaScript
                      • A
                        security
                        A
                        license
                        A
                        quality
                        Bridges YouTube API and AI assistants, enabling video analysis by downloading and processing closed captions to create summaries of YouTube videos.
                        Last updated -
                        1
                        3
                        Python
                        MIT License
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        Enables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.
                        Last updated -
                        852
                        1
                        JavaScript

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rickyyy1116/mcp-youtube-sheets'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server