mcp-youtube-sheets

  • Entertainment & Media
  • Developer Tools
JavaScript
MIT
44
3
-
security - not tested
A
license - permissive license (MIT)
-
quality - not tested

Provides functionality to search YouTube videos and automatically save the results to Google Sheets.

  1. Tools
  2. Prompts
  3. Resources
  4. Server Configuration
  5. README.md

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPREADSHEET_IDYesYour Google Sheets ID
YOUTUBE_API_KEYYesYour YouTube Data API v3 key
README.md

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. Google Sheets API Setup:
    • In the same project, enable Google Sheets API
    • Create a service account
    • Download the service account key (JSON format)
    • 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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues with dependencies of the server.
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.

Copy the following code to your README.md file:

Alternative MCP servers

  • A
    security
    A
    license
    A
    quality
    Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.
    MIT
    • Apple
  • -
    security
    A
    license
    -
    quality
    This MCP server integrates with Google Drive to allow listing, reading, and searching over files.
    MIT