MCP ConfigsMay 11, 2026·2 min read

Google Workspace MCP — Gmail/Calendar/Drive for Agents

Google Workspace MCP exposes Gmail, Calendar, and Drive actions as MCP tools so agents can summarize inboxes and manage schedules with minimal scopes.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 07565199-d466-4fdf-83f7-3e12f339a8b7 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

Google Workspace MCP exposes Gmail, Calendar, and Drive actions as MCP tools so agents can summarize inboxes and manage schedules with minimal scopes.

  • Best for: People who want an agent to triage Gmail and manage calendars without relying on brittle browser automation
  • Works with: An MCP client + Google Workspace OAuth credentials (per repo docs)
  • Setup time: 25 minutes

Practical Notes

  • Setup time ~25 minutes (OAuth consent + run server + connect client)
  • Safety check: keep ‘send/create’ tools behind confirmation and minimal scopes
  • GitHub stars + forks (verified): see Source & Thanks

For email and calendars, ‘agent autonomy’ should be staged. Start with summarize/search only, then allow drafting, and only then consider sending. In practice, the best ROI is a reliable inbox digest and an always-correct availability checker.

FAQ

Q: Is this safer than giving an agent my email UI? A: Yes. Tool scopes and server-side logs are easier to control than UI automation.

Q: What’s the first workflow to automate? A: Daily inbox summary + draft replies (not auto-send) and calendar availability checks.

Q: How do I avoid spamming people? A: Disable send by default, require confirmations, and add per-domain allowlists.

🙏

Source & Thanks

Source: https://github.com/aaronsb/google-workspace-mcp > License: MIT > GitHub stars: 149 · forks: 47

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets