Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

Workspace MCP — Google Workspace Tools via MCP

Workspace MCP exposes Gmail/Drive/Calendar tools over MCP with uv launch tiers and an HTTP mode designed to work with Claude Code OAuth flows.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Stage only · 17/100Stage only
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande CLI universelle
npx tokrepo install 8fc8cc2f-1024-4c2b-9aef-fd3b661c0019
Introduction

Workspace MCP exposes Gmail/Drive/Calendar tools over MCP with uv launch tiers and an HTTP mode designed to work with Claude Code OAuth flows.

  • Best for: agents that need Google Workspace automation with OAuth and fine-grained tool selection
  • Works with: Python + uv/uvx, Google OAuth credentials, MCP clients (HTTP recommended for OAuth)
  • Setup time: 25–60 minutes

Practical Notes

  • Data point: default HTTP endpoint in docs is http://localhost:8000/mcp.
  • Quant: start with --tool-tier core before enabling extended/complete to reduce scope.

Pattern: separate auth setup from tool rollout

With Google OAuth, the most reliable rollout is:

  1. make auth succeed for one user,
  2. run read-only tools,
  3. then enable write scopes.

Hardening tips

  • Prefer HTTP transport for OAuth flows and multi-user setups.
  • Store OAuth client secrets in a secret manager (not .env committed to git).
  • Restrict available tools to the minimum required per workflow.

FAQ

Q: Can it run in stdio mode? A: The README recommends HTTP mode for OAuth 2.1 and multi-user support.

Q: How do I limit permissions? A: Start with a smaller tool tier and enable write tools only when needed.

Q: Does it support VS Code MCP? A: Yes. The README includes a .vscode/mcp.json example and notes about HTTP transport.

🙏

Source et remerciements

Source: https://github.com/taylorwilsdon/google_workspace_mcp > License: MIT > GitHub stars: 2,380 · forks: 724

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires