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.
Your Google account is connected successfully. Your AI agent can access Google Calendar and send emails from Gmail.
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.
Actions (4)
These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.
calendar_list_eventsList calendar events for a time range
claude >What's on my calendar tomorrow?calendar_create_eventCreate a new calendar event
claude >Book a meeting for Monday at 10calendar_delete_eventDelete a calendar event
claude >Delete the Friday 2pm eventgmail_sendSend an email via Gmail
claude >Send the summary to ...@gmail.com
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.
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.