Connects Claude to Google Sheets, Slides, and Drive via the official APIs. You get read/write access to spreadsheets (including CSV imports), full presentation editing with text boxes and shapes, and file search across Drive. Useful when you need to generate reports directly into Sheets, build slide decks programmatically, or query Drive contents without leaving your AI workflow. Handles OAuth setup through Google Cloud credentials. The sheets_import_csv tool supports custom delimiters and Base64 encoding, and the slides tools let you batch multiple updates in a single request for complex presentation modifications.
Google Workspace MCP Server は、GitHub Copilot などの AI アシスタントから Google Workspace サービス(Slides、Sheets、Drive)を操作できるようにする MCP サーバーです。
詳細なセットアップ手順は docs/setup.md を参照してください。
src/
├── index.ts # MCP サーバー起動
├── auth/ # OAuth 認証管理
├── manager/ # サービス統合管理
└── tools/ # Google Workspace ツール実装
├── sheets/
├── slides/
└── drive/
以下のファイルを参照してください:
以下のファイルを参照してください:
https://registry.modelcontextprotocol.io/?q=google-workspace で MCP を検索すると -server なしのプロジェクトが見つかるが、初期に登録してしまったものなので、 unpublish 的な操作ができるようになったら、そちらは削除する予定。(2026年3月時点では削除ができない。)