From google-workspace
Use when working with André's self-hosted Google Workspace MCP (the `google-workspace` plugin) — driving Calendar, Gmail, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, or Contacts via the `mcp__plugin_google-workspace_workspace__*` tools, OR setting up / troubleshooting its OAuth (first-run consent, 7-day test-mode re-auth, credential storage). Covers the account-isolation rule (never use the `mcp__claude_ai_*` Google connectors — different account).
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace:google-workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Self-hosted Google Workspace MCP server for Claude Code, built on `workspace-mcp==1.21.2` (PyPI package, `taylorwilsdon/google_workspace_mcp`). Runs as a per-session stdio process — no daemon, no daily re-authorization. Supports Calendar, Gmail, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, and Contacts.
Self-hosted Google Workspace MCP server for Claude Code, built on workspace-mcp==1.21.2 (PyPI package, taylorwilsdon/google_workspace_mcp). Runs as a per-session stdio process — no daemon, no daily re-authorization. Supports Calendar, Gmail, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, and Contacts.
Always use mcp__plugin_google-workspace_workspace__*; NEVER the mcp__claude_ai_Google_Calendar__* / mcp__claude_ai_Gmail__* / mcp__claude_ai_Google_Drive__* connectors — they are wired to a different, unrelated Google account ([email protected]). The user's Workspace account is [email protected].
| Task | Reference |
|---|---|
| Google Cloud setup, enabling APIs, OAuth client, publishing consent screen, secrets, tool tiers | references/setup.md |
| First-run browser flow, credential storage, no-daily-reauth rationale, reset procedure | references/auth-and-credentials.md |
| Tool inventory by service, common workflows, parameter gotchas, user defaults | references/tools.md |
npx claudepluginhub andredezzy/maccing --plugin google-workspaceBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.