google-workspace-mcp
google-workspace-mcp
Google Workspace(Sheets / Docs / Slides / Forms)とGoogle Driveを扱うMCPサーバー。
Coworkに標準接続されている公式「Google Drive」コネクタは検索・読み取り・ファイル作成・ゴミ箱移動のみを サポートし、既存ファイルの内容を変更することはできない。 そのため、シートに行を1つ追加するだけでも 全データを新しいファイルとして作り直し、既存ファイルを破棄する方法しかなかった。このサーバーはその 空白を埋める — ファイルIDを維持したままシートに行を追加し、ドキュメント本文を修正し、スライドを 追加する。
提供ツール
ツール | 機能 |
| セル値のread / append(行追加) / update / clear |
| スプレッドシート作成、タブ追加・削除・名前変更、メタデータ取得、batchUpdate |
| ドキュメントをテキスト(表含む)または元の構造で読み取り |
| ドキュメント作成、末尾に追記、位置挿入、検索して置換、batchUpdate |
| スライドごとのテキスト・発表者ノート取得 |
| プレゼンテーション作成、スライド追加(タイトル・本文入力)、削除、検索して置換 |
| フォーム作成・取得、回答一覧・単件取得、batchUpdate |
| ファイル名・内容全文検索・MIME・フォルダ条件検索 |
| メタデータ、作成、フォルダ作成、内容置換(ID維持)、名前変更、移動、コピー、ゴミ箱、完全削除、ダウンロード、export |
| コメント取得・作成・返信・解決・削除 |
| バージョン履歴取得、過去バージョンの内容回収、保持固定 |
| 共有権限の確認・追加・変更・解除 |
| 共有ドライブ一覧・詳細 |
| 開始トークン発行後、その以降の変更分のみ取得 |
すべてのツールはmax_charsで応答長の上限を調整でき、0の場合は切り詰めない。
環境変数
名前 | 説明 |
| OAuthクライアントID |
| OAuthクライアントシークレット |
|
|
| アクセスゲート許可キー一覧(カンマ区切り)。空の場合はゲート無効 |
|
|
driveスコープ1つでSheets・Docs・Slides・Forms APIとDrive API全体がカバーされる
(各APIの公式認証スコープ一覧にauth/driveが含まれている)。
Google Cloudプロジェクトの準備
スコープとは別に、使用するAPIをプロジェクトで有効化(Enable) する必要がある。
有効にしないと403 has not been used in project ... or it is disabledが発生する。
Google Sheets API / Google Docs API / Google Slides API / Google Forms API
Google Drive API
呼び出し
https://<배포도메인>/api/mcp?k=<게이트키>ローカルスモークテスト
scripts/.env.local.json(gitignore対象)に上記のGoogle認証情報3つを入れ、以下を実行:
npm install
npm test実際のGoogleアカウントにテストファイルを作成し、最後にゴミ箱へ整理する。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Give AI agents access to form submissions — read, search, update, and process file attachments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sejin-Koo/google-workspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server