This is an MCP wrapper around Google's official Workspace CLI, giving Claude direct access to Gmail, Drive, Calendar, Sheets, Chat, and the full suite of Workspace APIs. It dynamically builds commands from Google's Discovery Service, so new endpoints appear automatically without updates. You get structured JSON responses for every operation, making it straightforward to list files, create spreadsheets, send messages, or manage calendars programmatically. Authentication flows through OAuth or service accounts, and the CLI handles pagination and schema introspection natively. Reach for this when you need Claude to read email threads, manipulate documents, schedule meetings, or orchestrate multi-service Workspace workflows without writing custom API clients.
claude mcp add --transport stdio shigechika-gws-mcp -- docker run -i --rm ghcr.io/shigechika/gws-mcp:0.22.5-mcp.25