Connects Claude to Google Sheets, Slides, and Drive through the MCP protocol. You get read/write operations for spreadsheets (including CSV import with custom delimiters), full presentation manipulation (create slides, add shapes and text boxes, batch updates), and file search across Drive. Uses OAuth for authentication, so you'll need to set up credentials in Google Cloud once, then you're ready to automate spreadsheet updates, generate presentations, or query files without leaving your Claude workflow. Especially handy if you're already managing documents in Workspace and want programmatic access without writing API clients yourself.
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月時点では削除ができない。)