Skip to main content
Glama
takiguchi-yu

Google Workspace MCP Server

by takiguchi-yu

Google Workspace MCP Server

Google Workspace MCP Server は、GitHub Copilot などの AI アシスタントから Google Workspace サービス(Slides、Sheets、Drive)を操作できるようにする MCP サーバーです。

主な機能

📊 Google Sheets

  • sheets_list_spreadsheets - スプレッドシート一覧を取得

  • sheets_get_spreadsheet_info - スプレッドシートの詳細情報(シート一覧、プロパティ)を取得

  • sheets_read_sheet_values - セル範囲のデータを読み取り

  • sheets_update_sheet_values - セル範囲のデータを更新

  • sheets_create_spreadsheet - 新規スプレッドシートを作成

  • sheets_add_sheet - 既存のスプレッドシートにシートを追加

  • sheets_append_values - 既存データの末尾に行を追記

  • sheets_clear_sheet_values - 指定範囲のセルの値をクリア

  • sheets_import_csv - CSV/TSV ファイルをスプレッドシートにインポート(カスタムデリミタ・Base64対応)

  • sheets_insert_dimension - 指定位置に行・列を挿入

  • sheets_delete_dimension - 指定範囲の行・列を削除

📄 Google Docs

  • docs_get_document - Google Doc の本文を Markdown 形式で取得(見出し・段落・篇条書き・テーブルに対応)

🖼️ Google Slides

  • slides_create_presentation - プレゼンテーションを作成

  • slides_get_presentation - プレゼンテーションの内容を取得

  • slides_list_presentations - プレゼンテーション一覧を取得

  • slides_get_page - 特定スライドの詳細情報を取得

  • slides_update_text_shape - テキスト要素の内容を更新または追記

  • slides_add_text_box - スライドに新しいテキストボックスを追加

  • slides_delete_element - スライドの要素(図形、テキストボックス、画像など)を削除

  • slides_duplicate_slide - スライドを複製

  • slides_add_shape - スライドに図形(矩形、円、矢印など)を追加

  • slides_update_slide_properties - スライドのプロパティ(背景色など)を更新

  • slides_batch_update_presentation - 複数の更新リクエストをバッチで実行(高度な操作)

📁 Google Drive

  • drive_search_files - ファイルを検索(クエリ構文対応)

  • drive_list_items - フォルダ内のファイル一覧を取得

Related MCP server: VaultAssist

クイックスタート

簡単な流れ

  1. Google Cloud で OAuth 認証情報(CLIENT_ID, SECRET)を作成(初回のみ)

  2. OAuth 認証情報をもとに Google Workspace の機能を操作するためのトークンを取得(初回のみ)

  3. GitHub Copilot で使用開始

詳細なセットアップ手順は docs/setup.md を参照してください。

プロジェクト構成

src/
├── index.ts                # MCP サーバー起動
├── auth/                   # OAuth 認証管理
├── manager/                # サービス統合管理
└── tools/                  # Google Workspace ツール実装
    ├── sheets/
    ├── slides/
    └── drive/

開発者向け: クラス設計

docs/class-diagram.md

開発者向け: Docker コンテナのデプロイメント方法

以下のファイルを参照してください:

開発者向け: MCP Registry への公開手順

以下のファイルを参照してください:

参考にしたプロジェクト

備忘

https://registry.modelcontextprotocol.io/?q=google-workspace で MCP を検索すると -server なしのプロジェクトが見つかるが、初期に登録してしまったものなので、 unpublish 的な操作ができるようになったら、そちらは削除する予定。(2026年3月時点では削除ができない。)

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

View all MCP Connectors

Latest Blog Posts

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/takiguchi-yu/google-workspace-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server