Changelog
Google MCP split into individual connectors. Connect just Gmail, Drive, or Calendar separately - or use google for everything.
Platform targeting: --claude-code, --cowork, and --all flags for per-platform MCP configuration.
Initial release. 24 tools across Sheets, Docs, Drive, Gmail, and Calendar. OAuth2 login with automatic token refresh.
Setup
What you'll need: A Google account. The connect command opens your browser for OAuth - sign in and grant access to Sheets, Docs, Drive, Gmail, and Calendar. No API keys, no Google Cloud project required.
If you only need one service, connect Gmail, Drive, or Calendar individually instead.
Tools
Google Sheets 5 tools
- list_spreadsheets - Search spreadsheets by name
- read_sheet - Read a range (e.g. A1:D10)
- write_sheet - Write values to a range
- append_sheet - Append rows to the end
- get_sheet_info - Sheet metadata (tabs, row/col counts)
Google Docs 6 tools
- list_documents - Search documents by name
- read_document - Extract full content with formatting
- append_to_document - Add text, headings, or list items
- replace_in_document - Find and replace in body text
- get_document_info - Metadata (title, word count, last edit)
- insert_at_heading - Insert content after a specific heading
Google Drive 5 tools
- list_files - Search by name or type, paginated
- get_file_info - Detailed file metadata
- delete_file - Move a file to trash
- create_folder - Create a new folder
- get_file_by_id - Fetch a specific file
Gmail 4 tools
- list_emails - Search with Gmail query syntax
- read_email - Full message with headers and body
- send_email - Compose and send
- search_emails - Advanced search
Google Calendar 4 tools
- list_calendars - Your calendars
- list_events - Events in a date range
- create_event - Add an event with title, time, description
- get_event - Fetch event details