managing-google-workspace

Featured

Manages Google Workspace operations across 12 services (Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, Custom Search). Supports MCP tools or CLI via uvx workspace-mcp --cli. Provides tool routing, workflows, and parameter guidance for 114 tools. Triggers for "check my email", "find a file", "schedule a meeting", "update the spreadsheet", "share a doc", "create a presentation", "add a task", "look up a contact", or any mention of Google Workspace services.

AI & Automation 3,143 stars 979 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Google Workspace -- Tool Router ## Execution Mode Detect which mode is available and use it. ### MCP (preferred) If MCP tools from the `google-workspace` server are available, call them directly. The tool names in the tables below are the base names -- prefix with the server name as needed (e.g. `google-workspace:search_gmail_messages`). ### CLI (no MCP) If no MCP tools are available, execute via bash: ```bash uvx workspace-mcp --cli <tool_name> --args '{"user_google_email": "USER_EMAIL", ...}' ``` Before calling a tool, read the relevant reference file for exact parameter names and types. Only use parameters documented there -- do not invent parameters. ## First-Time Setup If a tool call fails with a credential error, walk the user through this setup. ### 1. Create OAuth credentials Direct the user to [Google Cloud Console](https://console.cloud.google.com/apis/credentials): - Create OAuth 2.0 Client ID (Desktop application type) - Enable the Google APIs they need (Gmail, Drive, Calendar, etc.) - Copy the Client ID and Client Secret ### 2. Store credentials Direct the user to edit `~/.claude/settings.local.json` themselves (this file is gitignored and never shared). Do not ask the user to paste secrets into the conversation. Tell them to add the following to the `env` block: ```json { "env": { "GOOGLE_OAUTH_CLIENT_ID": "their-client-id", "GOOGLE_OAUTH_CLIENT_SECRET": "their-secret" } } ``` If `settings.local.json` already exists, they should merge i...

Details

Author
taylorwilsdon
Repository
taylorwilsdon/google_workspace_mcp
Created
1 years ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category