gogcli-mcp-calendar
v2.0.9
Published
Extended Google Calendar + Meet MCP server via gogcli — auth + Calendar events + Meet space management
Maintainers
Readme
gogcli-mcp-calendar
[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.
Extended Google Calendar MCP server via gogcli. Includes auth tools plus the base Calendar tools and 6 additional dedicated Google Meet tools for space management.
Requirements
- gogcli installed and authenticated
- Node.js 18+
brew install gogcli
gog auth add [email protected] --services calendar,meetInstallation
npm install -g gogcli-mcp-calendarClaude Desktop
{
"mcpServers": {
"gogcli-calendar": {
"command": "gogcli-mcp-calendar",
"env": {
"GOG_ACCOUNT": "[email protected]"
}
}
}
}Claude Code
claude mcp add gogcli-calendar -- gogcli-mcp-calendarExtra Meet Tools (6)
Plus 5 auth tools and 7 base Calendar tools (events, get, create, update, delete, respond, run).
| Tool | Description |
|------|-------------|
| gog_meet_create | Create a Google Meet space |
| gog_meet_get | Get a Meet space by meeting code |
| gog_meet_update | Update Meet space configuration (access type) |
| gog_meet_end | End the active conference in a Meet space |
| gog_meet_history | List past calls in a Meet space |
| gog_meet_participants | List participants from a Meet call |
License
MIT
