Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 11, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Stage only · 17/100Stage only
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 07565199-d466-4fdf-83f7-3e12f339a8b7
Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados