logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-youtube-sheets

Search YouTube videos and save results to Google Sheets with structured data including video title, URL, channel name, and publish date.

Author

mcp-youtube-sheets logo

Rickyyy1116

MIT License

Quick Info

GitHub GitHub Stars 11
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

youtubevideosvideoyoutube sheetsmcp youtubeyoutube videos

YouTube to Google Sheets MCP Server

This MCP server provides functionality to search YouTube videos and automatically save the results to Google Sheets. It's designed to work with Claude and other AI assistants that support the Model Context Protocol.

English | 日本語

Features

  • Search YouTube videos using the YouTube Data API v3
  • Save search results to Google Sheets automatically
  • Configurable search parameters (query, max results)
  • Results include video title, URL, channel name, and publish date

Installation

npm install @rikukawa/youtube-sheets-server

Prerequisites

  1. YouTube Data API v3 Setup:
  2. Go to Google Cloud Console
  3. Create a new project
  4. Enable YouTube Data API v3
  5. Create an API key

  6. Google Sheets API Setup:

  7. In the same project, enable Google Sheets API
  8. Create a service account
  9. Download the service account key (JSON format)
  10. Share your target Google Sheet with the service account email

Configuration

Add the server to your MCP settings file:

{
  "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": []
    }
  }
}

Usage

“Ask the AI assistant to ‘search for YouTube videos with “ChatGPT usage” and retrieve 10 videos’ and try using it in that way.”

Output Format

The tool will save the following information to your Google Sheet: - Video Title - Video URL - Channel Name - Publish Date

License

MIT

Author

Riku Kawashima

Repository

GitHub Repository

NPM Package

@rikukawa/youtube-sheets-server

See Also

`