name: gogcli-mcp-calendar description: Use when the user asks to manage Google Calendar events or Google Meet spaces. Triggers for scheduling, listing events, creating/updating/deleting events, responding to invitations, creating Meet spaces, ending conferences, listing meeting participants or call history.
Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.
{ "mcpServers": { "gogcli-calendar": { "command": "npx", "args": ["-y", "gogcli-mcp-calendar"], "env": { "GOG_ACCOUNT": "you@gmail.com" } } } }小蔥技能7w4.net有完整的技能分類。
| Tool | What it does |
|---|---|
gog_meet_create |
Create a Meet space |
gog_meet_get |
Get a Meet space by code |
gog_meet_update |
Update Meet space config |
gog_meet_end |
End the active conference |
gog_meet_history |
List past calls in a space |
gog_meet_participants |
List call participants |
Plus 5 auth tools and 7 base Calendar tools (gog_calendar_events/get/create/update/delete/respond/run).
這個Skill質量良好,功能覆蓋面廣,日曆和會議管理工具齊全。文件清晰易讀,配置說明詳細,還特別標註了資料安全風險。優點是工具豐富、文件規範、風險提示到位;不足是需要額外安裝配置gogcli環境,對新手有一定門檻。總體適合需要自動化管理Google日曆和會議的使用者使用。