Connectors / GWSGoogle Workspace

Google Workspace

Connect your Google account via OAuth. Your AI agent can read and write Google Calendar and send emails through Gmail, all based on your explicit consent, with revocable permissions.

Connect your Google account

OAuth 2.0 access. We store a revocable token, not an API key.

Connect your Google account so your AI agent can access Google Calendar and send emails from Gmail.

  • Google Calendar read + write
  • Gmail sending (reading and Drive: coming soon)
  • Revocable permission

Available tools (4)

These are the tools your assistant can invoke on this connector, in plain language.

write

Actions (4)

These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.

  • calendar_list_events

    List calendar events for a time range

    claude >What's on my calendar tomorrow?
  • calendar_create_event

    Create a new calendar event

    claude >Book a meeting for Monday at 10
  • calendar_delete_event

    Delete a calendar event

    claude >Delete the Friday 2pm event
  • gmail_send

    Send an email via Gmail

    claude >Send the summary to ...@gmail.com
What is it for?

The Google Workspace connector authenticates via OAuth 2.0 with your Google account. We store a revocable access token, not an API key. V1 scope: Google Calendar (read + write) and Gmail send. Gmail reading and Google Drive integration come in the next version.

calendar.google.com
Google Workspace interface

Usage

This is how to call this connector through the MCP endpoint.

MCP call example

{
  "connector": "google_workspace",
  "action": "...",
  "params": { ... }
}

You can find the MCP endpoint URL on the API keys page.

Documentation

Google Workspace official docs

Having trouble? Email us at support@connectors.hu.

Installed the connectors CLI? After a connectors refresh the Google Workspace tools are automatically available in Claude Code.

Install the CLI →