Google Workspace Service
Description: Comprehensive integration with Gmail, Calendar, Docs, Sheets, Slides
Configuration
- Google OAuth Client ID and Secret
- Redirect URI (add to Google Console)
- OAuth connect and grant permissions
- Optional Organization Mode
Detailed Configuration Instructions
- Google Cloud Console Setup:
- Open Google Cloud Console: https://console.cloud.google.com/
- Create/select a project
- Enable APIs: Gmail, Calendar, Docs, Sheets, Slides
- Create OAuth 2.0 credentials (Client ID and Secret)
- Configure OAuth:
- Enter Client ID and Client Secret in plemeo MCP
- Copy the Redirect URI from the configuration form
- Add the Redirect URI to OAuth settings in Google Cloud Console
- OAuth Authentication:
- Click "Connect Google Workspace"
- Sign in and grant requested permissions
- Return to plemeo MCP configuration
- Organization Mode (optional):
- Enable for organization-wide resource access
- Requires appropriate admin control
Important Notes
- OAuth 2.0 required; redirect URI must match exactly
- App requests permissions for Gmail, Calendar, Docs, Sheets, Slides
- Organization Mode enables org-wide access per admin policy
Operations
- Gmail: send, list, get, search
- Calendar: create, list, get, quick add
- Docs: create, get, insert text, list
- Sheets: get, update, append, create
- Slides: create slide, get presentation, create presentation
Examples
Send a Gmail message to team@company.com with subject 'Project Update'Create a Google Calendar event for next Monday at 10 AMCreate a new Google Doc titled 'Meeting Notes'Add data to the first row of my Google SheetCreate a new slide in my presentationSearch for emails from john@company.comShow me my calendar events for tomorrowInsert text 'Hello World' into my Google DocGet the values from cells A1 to C10 in my spreadsheetCreate a new presentation called 'Quarterly Report'