gogcli-mcp
MCP server wrapping gogcli — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
- Source: github.com/chrischall/gogcli-mcp
Requirements
- gogcli installed and authenticated
- Node.js 18 or later
Setup
{
"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.
Tools (52)
| 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.
微信扫一扫