CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Google Workspace Mcp Server

takiguchi-yu/google-workspace-mcp-server
STDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Registryactive
Package@takiguchi-yu/google-workspace-mcp-server
TransportSTDIO
UpdatedApr 19, 2026
View on GitHub

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対応)

🖼️ 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 - フォルダ内のファイル一覧を取得

クイックスタート

簡単な流れ

  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 コンテナのデプロイメント方法

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

  • docs/docker-deployment.md

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

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

  • docs/mcp-registry-publish.md

参考にしたプロジェクト

  • google_workspace_mcp

備忘

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