google-workspace-mcp

toshieji/google-workspace-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server for Google Drive/Docs/Sheets/Slides — share, comment, edit, move, delete via OAuth (stdio, 21 tools)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-workspace-mcp": {
      "command": "uvx",
      "args": [
        "google-workspace-mcp"
      ]
    }
  }
}

Or install with pip: pip install google-workspace-mcp

README Excerpt

An MCP server (stdio) for **Google Drive / Docs / Sheets / Slides**. It lets an MCP client (Claude Code, etc.) share, comment, edit (document body / spreadsheet cells / slide text), move, trash, and delete Google Workspace files — **21 tools** total. Authenticates with OAuth (user account). The core module `gdocs.py` also runs as a standalone CLI.