Supported adapters
Enable the services you need on your Google connection, then install the matching MCP instances:
Each adapter is a separate MCP instance bound to the same Google connection.
Setup
1
Connect your Google account
Go to Connections → Google and click Connect account. Sign in and grant the requested OAuth scopes.
2
Enable services
Select which Workspace services this account exposes — Gmail, Drive, Sheets, Calendar, and others. You can add services later without re-creating the connection.
3
Install MCP instances
For each service you need, go to MCP → Catalog, install the adapter (for example,
google-sheets), and bind your Google connection.4
Validate each instance
Run Validate bindings on every installed instance before adding it to production workflows.
Gmail has a dedicated setup guide with tool details and search syntax. The steps above apply to all Google Workspace adapters.
One connection, many workflows
Workflow mcp_call steps target the specific instance for each tool — not the connection directly.Common patterns
Read a Sheet, process rows, send email
google-sheets— read rangelua_scriptorfor_each— transform rowsgmail—send_emailwith summary
Create a Calendar event after approval
human_task— approve meeting detailsgoogle-calendar— create event with approved payload
Archive Drive files on schedule
- Inbound webhook or manual trigger with folder ID
google-drive— list and copy/move filesgmail— send completion summary
Token refresh and reconnect
Google OAuth tokens refresh automatically. If a user revokes access or changes their Google password, the connection shows Reconnect.1
Reconnect
Open Connections → Google, click Reconnect, and re-authorize.
2
Re-validate instances
Run Validate bindings on all Google MCP instances bound to that connection.
3
Re-run failed workflows
Runs that failed with
MCP_TOOL_FAILED during the outage need a new run after reconnect.Scopes
Each adapter requests the minimum Google API scopes it needs. Enabling a service on the connection grants the scopes for that adapter. If you add a new service later, the Console may prompt for additional consent.Troubleshooting
See Troubleshooting for binding and auth errors.
Related docs
- Gmail connector — email tools and search syntax
- Connections — credential management
- Connector catalog — full adapter list