gog
NewGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Summary
gog is a Google Workspace CLI that gives you direct access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs from your terminal.
- It enables developers to automate common tasks like sending emails, managing events, and editing documents without leaving the command line.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "gog": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/gog list unread emails from [email protected] and show subjects
/gog create event tomorrow at 2pm titled 'Sprint Review' with [email protected]
/gog upload report.pdf to Drive folder 'Reports' and share with [email protected]
Security Audits
Frequently Asked Questions
What is gog?
gog is a Google Workspace CLI that gives you direct access to Gmail, Calendar, Drive, Contacts, Sheets, and Docs from your terminal. It enables developers to automate common tasks like sending emails, managing events, and editing documents without leaving the command line.
How to install gog?
To install gog: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "gog": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is gog best for?
gog is a mcp categorized under General. It is designed for: productivity, communication. Created by openclaw.
What can I use gog for?
gog is useful for: Search for unread emails from a specific sender and summarize them.; Create a new calendar event for a team meeting and invite participants.; Upload a file to Google Drive and share it with a collaborator.; Add a new contact to your address book with phone and email details.; Read and update cells in a Google Sheet based on a script output.; List recent documents in Google Docs and open one for editing..