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.
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
YouTube Data API v3 Setup:
- Go to Google Cloud Console
- Create a new project
- Enable YouTube Data API v3
- Create an API key
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
NPM Package
mcp-youtube-sheets
Project Details
- Rickyyy1116/mcp-youtube-sheets
- @rikukawa/youtube-sheets-server
- MIT License
- Last Updated: 2/11/2025
Recomended MCP Servers
A MCP Server for Cosense
A minimal Model Context Protocol 🖥️ server/client🧑💻with Azure OpenAI and 🌐 web browser control via Playwright.
The most powerful MCP Slack Server with Stdio and SSE transports, Proxy support and no permission requirements on...
A Ticketmaster MCP server that provides query capabilites from the Discovery API
MCP Server for blockchain interactions with Web DApp for secure transaction signing
An MCP server with typescript for github PR analysis
A server that helps people access and query data in databases using the Legion Query Runner with Model...
用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token
MCP Server for Hackernews
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.