Back to directory
rickyyy1116/mcp-youtube-sheets

rickyyy1116/mcp-youtube-sheets

@Rickyyy1116

YouTube to Google Sheets MCP Server - 搜索 YouTube 视频并自动保存结果到 Google Sheets。

youtubegoogle-sheetssearchmcpapiautomationvideodatatool

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15