ChatGPT Google Workspace MCP Connector
This is a ChatGPT Custom Connector that integrates Google Workspace (Drive, Docs, Sheets, Slides) using the Model Context Protocol (MCP).
Features
- Required ChatGPT Tools:
search
andfetch
for document discovery - Google Drive: List, create, read, update, and delete files
- Google Docs: Create new documents
- Google Sheets: Create new spreadsheets
- Google Slides: Create new presentations
- OAuth 2.0: Secure authentication with Google
Setup
- Deploy to Vercel
- Update Google Cloud Console OAuth redirect URI to
https://your-deployment.vercel.app/oauth/callback
- Add to ChatGPT as a Custom Connector using the
/sse/
endpoint
Endpoints
/sse/
- Main MCP endpoint for ChatGPT/oauth/authorize
- Start OAuth flow/oauth/callback
- OAuth callback/.well-known/oauth-authorization-server
- OAuth discovery
Usage in ChatGPT
- Go to ChatGPT Settings → Connectors
- Add Custom Connector
- Enter your deployment URL with
/sse/
endpoint - Authenticate with Google when prompted
- Use Deep Research mode to access your Google Workspace files