Google Workspace
JSON →Manage Gmail, Calendar, Drive, and Contacts through Google Workspace APIs using OAuth 2.0.
Install
npx @aaronsb/google-workspace-mcp Tools · 11
- manage_email Gmail — search, read (plain or sanitized HTML body), send, reply / reply-all, forward, triage, trash, labels, threads, attachments
- manage_calendar Calendar — list, agenda, get, create, quickAdd (natural language), update, delete, calendars, freebusy
- manage_drive Drive — search, get, upload, download, copy, rename / move (update), delete, export, permissions, comments, view images
- manage_sheets Sheets — read / write ranges (row-numbered output), append, clear, manage tabs, copy / duplicate / rename
- manage_docs Docs — get, create, append, insert text, find-and-replace
- manage_tasks Tasks — list / create / update / complete tasks and task lists
- manage_meet Meet — browse past conferences, participants, transcripts, recordings, smart notes
- manage_accounts Multi-account lifecycle — add accounts, manage credentials and scopes
- manage_scratchpad Compose / edit multi-line content (line- or JSON-path-addressed), attach files, send to any target; JSON mode live-syncs to Docs / Sheets
- manage_workspace File operations in the workspace sandbox (exchange point for attachments, downloads, exports)
- queue_operations Chain operations sequentially with $N.field result references
Environment variables
GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET
Links
★ 150 GitHub stars