Skip to content

Google Workspace Service

Description: Comprehensive integration with Gmail, Calendar, Docs, Sheets, Slides

Configuration

  1. Google OAuth Client ID and Secret
  2. Redirect URI (add to Google Console)
  3. OAuth connect and grant permissions
  4. Optional Organization Mode

Detailed Configuration Instructions

  1. 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)
  2. 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
  3. OAuth Authentication:
    • Click "Connect Google Workspace"
    • Sign in and grant requested permissions
    • Return to plemeo MCP configuration
  4. 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 AM
Create a new Google Doc titled 'Meeting Notes'
Add data to the first row of my Google Sheet
Create a new slide in my presentation
Search for emails from john@company.com
Show me my calendar events for tomorrow
Insert text 'Hello World' into my Google Doc
Get the values from cells A1 to C10 in my spreadsheet
Create a new presentation called 'Quarterly Report'