
Google Workspace MCP
par aaronsb
Authenticated access to Gmail, Calendar, and Drive for AI agents with multi-account support.
What it does
This server provides a bridge between AI agents and the Google Workspace ecosystem. It enables agents to read and send emails, manage calendar events, and organize files in Google Drive. It features a manifest-driven architecture based on Google's official Workspace CLI, ensuring broad API coverage and robust multi-account credential routing.
Tools
manage_email: Search, read, send, and triage Gmail messages and threads.manage_calendar: Create, update, and delete calendar events and check availability.manage_drive: Search, upload, download, and manage permissions for Drive files.manage_accounts: Handle OAuth authentication and multi-account lifecycles.queue_operations: Chain multiple Google Workspace operations sequentially.
Installation
Install via npm:
npm install @aaronsb/google-workspace-mcp
Configure in your MCP client:
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@aaronsb/google-workspace-mcp"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-client-secret"
}
}
}
}
Supported hosts
- claude
- cursor
Installation rapide
npm install @aaronsb/google-workspace-mcpInformations
- Tarification
- free
- Publié
- 4/21/2026






