Supported connections
Tasks, Forms, and Meet use their official Google REST APIs because Google does not currently publish hosted MCP servers for those products.
The gateway reads each server’s live operation catalog. Use
apex_search_tools to find the exact Google operation, then run it through the matching read or write call tool. This keeps the public ApexGenius surface at three tools without freezing Google’s Developer Preview catalog into ApexGenius code.
Connect a product
- In ApexGenius, open Connections.
- Select the Google Workspace product you want.
- Choose Connect and authorize the requested Google scopes.
- Return to the connection details and refresh resources.
- Confirm the connected Google account and leave the resource enabled.
- Run a read-only smoke test before using any write-capable tool.
Google Cloud setup
The developer app must enable both layers for each selected product:- Base APIs: Gmail, Drive, Docs, Sheets, Slides, Calendar, Chat, and People.
- MCP services: Gmail MCP, Drive MCP, Docs MCP, Sheets MCP, Slides MCP, Calendar MCP, Chat MCP, and People MCP.
- Direct APIs when selected: Google Tasks API, Google Forms API, and Google Meet REST API.
Review and security
Gmail, Drive, Forms, and some Meet scopes can be sensitive or restricted. Public production access can require Google verification, and storing or transmitting restricted-scope data can require an annual security assessment. Meet access must also fit Google’s approved use cases. Provider approval is separate from ApexGenius deployment. Google warns that content read through an MCP server can contain indirect prompt injection. ApexGenius therefore treats remote content as untrusted, review-gates the generic call tool, and records write attempts without putting credentials into audit payloads.Official Google documentation
- Configure Google Workspace MCP servers
- Google Tasks API
- Google Forms API
- Google Meet REST API
- OAuth app verification
- Restricted-scope security assessment