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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 17/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install 07565199-d466-4fdf-83f7-3e12f339a8b7
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