Install
openclaw skills install gogcli-mcpUse when the user asks to interact with Google Workspace services. Triggers for requests involving Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, or Contacts — such as "read my spreadsheet", "search my email", "create a calendar event", "list my drive files", or "add a contact". For extended Sheets or Docs support, see gogcli-mcp-sheets and gogcli-mcp-docs.
openclaw skills install gogcli-mcpMCP server wrapping gogcli — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
{
"mcpServers": {
"gogcli": {
"command": "npx",
"args": ["-y", "gogcli-mcp"],
"env": {
"GOG_ACCOUNT": "you@gmail.com"
}
}
}
}
GOG_ACCOUNT is optional — omit it to use gogcli's configured default account.
| Service | Tools |
|---|---|
| Sheets (8) | get, update, append, clear, metadata, create, find-replace, run |
| Docs (7) | info, cat, create, write, find-replace, structure, run |
| Gmail (4) | search, get, send, run |
| Calendar (7) | events, get, create, update, delete, respond, run |
| Drive (9) | ls, search, get, mkdir, rename, move, delete, share, run |
| Tasks (7) | lists, list, get, add, done, delete, run |
| Contacts (5) | search, list, get, create, run |
| Auth (5) | list, status, services, add, run |
All tools accept an optional account parameter to override the default Google account for that call.