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.
小葱技能站7w4.net每天更新,海量AI技能等你发现。
{
"mcpServers": {
"gogcli-calendar": {
"command": "npx",
"args": ["-y", "gogcli-mcp-calendar"],
"env": {
"GOG_ACCOUNT": "you@gmail.com"
}
}
}
}
| 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日历和会议的用户使用。