Google Workspace MCP Server
@aaronsb
About Google Workspace MCP Server
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-workspace-mcp": {
"command": "npx",
"args": [
"@aaronsb/google-workspace-mcp"
]
}
}
}Tools
13Manage Google Workspace account lifecycle: list, authenticate, check status, refresh credentials, update scopes, or remove accounts.
Manage files and directories in the workspace sandbox. Supports nested paths (e.g. "reports/q1/summary.csv"). The workspace is the exchange point for file operations (attachments, downloads, exports).
Compose, edit, and deliver text content. Use for any multi-line content: emails, documents, descriptions. Compose in the scratchpad, edit by line or JSON path, attach files, then send to any target. For short one-liners, use the service tool directly instead.
Do many things in one call, two ways. mode:'queue' (default) runs different operations in sequence, chaining results with $N.field — works for every tool. mode:'batch' does ONE operation across many resources in a single Google request — far fewer round trips, but only where Google publishes a batch method.
RENAMED to `bulk_operations`, which does the same thing. This name still works and will be removed in a future release. Do many things in one call, two ways. mode:'queue' (default) runs different operations in sequence, chaining results with $N.field — works for every tool. mode:'batch' does ONE operation across many resources in a single Google request — far fewer round trips, but only where Google publishes a batch method.
List events, view agenda, check availability, or manage calendar events.
Search, read, create, update and delete Google Contacts: your saved contacts, the addresses you have corresponded with but never saved, and your organization's directory.
Read, write, insert, and find-replace text in Google Docs documents.
Search, upload, download, share, comment on, or manage files in Google Drive.
Search, read, send, forward, or manage emails in a Google Workspace account. Supports Gmail search syntax.
Browse past Google Meet conferences, participants, transcripts, recordings, and AI-generated smart notes. Requires Workspace Business Standard+ for transcripts/recordings.
Read, write, and manage Google Sheets spreadsheets.
Manage task lists and tasks in Google Tasks.
Overview
What is Google Workspace MCP Server?
Google Workspace MCP Server is an MCP server that gives AI agents authenticated access to Google Workspace services (Gmail, Calendar, Drive, Sheets, Docs, Tasks, Meet) through a single interface. Built on Google’s official Workspace CLI, it handles multi-account credential routing, response formatting optimized for AI consumption, and provides contextual guidance for agents.
How to use Google Workspace MCP Server?
Install via the .mcpb bundle (drag into Claude Desktop) or via npm (npx @aaronsb/google-workspace-mcp). Set GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET environment variables. Add an account with manage_accounts { "operation": "authenticate" }, then use tools like manage_email, manage_calendar, and manage_drive by specifying the account email. Multi-step workflows can be chained using queue_operations with result references.
Key features of Google Workspace MCP Server?
- Multi-account credential routing with per-account isolation.
- Manifest-driven factory for easy API coverage expansion.
- 7 Google-service tools covering ~80 operations.
- Responses include next-steps guidance for agents.
- XDG-compliant credential storage.
- Chained multi-step workflows with result references.
Use cases of Google Workspace MCP Server?
- Search and triage email across personal and work accounts.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Comments