You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add native Google Sheets tools (list, read, write, create, info)
5 new MCP tools for Google Sheets integration:
- sheets_list: search/list user's spreadsheets via Drive API
- sheets_read: read data as JSON records (compatible with input_json)
- sheets_write: write/append JSON records to a sheet
- sheets_create: create new spreadsheet with optional initial data
- sheets_info: get sheet metadata (title, tabs, dimensions)
Token management supports HTTP mode (OAuth via Supabase with Google
provider tokens stored in Redis) and stdio mode (service account JWT).
Also adds:
- Google token passthrough in OAuth flow (auth.py)
- output_spreadsheet_title option in everyrow_results
- Authenticated Google URL fetches in fetch_csv_from_url
- google_sheets_credentials_json setting for stdio mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments