Use when the user asks to look up, search, or manage Google Contacts and the broader People API (Workspace directory). Triggers for contact lookups by name/email/phone, Workspace user search, profile fields, manager/reports relations, or any People API query.
集成
gogcli-mcp-calendar
试用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.
它能做什么
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.
技能文档
gogcli-mcp-calendar
Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.
- Source: github.com/chrischall/gogcli-mcp
Requirements
- gogcli installed and authenticated
- Node.js 18 or later
Setup
{
"mcpServers": {
"gogcli-calendar": {
"command": "npx",
"args": ["-y", "gogcli-mcp-calendar"],
"env": {
"GOG_ACCOUNT": "you@gmail.com"
}
}
}
}
Extra Meet Tools
| 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).
相关技能
Use when the user asks to read, organize, draft, forward, autoreply, or otherwise work with Gmail in depth. Triggers for requests involving threads, labels, drafts, attachments, bulk archive/trash/mark-read operations, forwarding messages, or any Gmail operation beyond simple search/get/send. Includes auth and Gmail tools only.
This skill should be used when the user asks about Google Workspace automation via gogcli — Docs, Sheets, Slides, Drive, or Classroom. Triggers on phrases like "edit this Google doc", "update the sheet", "find my slides", "grade this assignment", or any request involving Google Workspace documents, files, or classes. This is an umbrella skill — the 5 sibling packages (gogcli-mcp-docs, gogcli-mcp-sheets, gogcli-mcp-slides, gogcli-mcp-drive, gogcli-mcp-classroom) cover specific APIs.
Google Calendar (workspace.google.com). Use this skill for ANY Google Calendar request — reading, creating, updating, and deleting data. Whenever a task involves Google Calendar, use this skill instead of calling the API directly.
Sync one or more source Google calendars into private Busy hold events in one or more target calendars using gog. Use when users need idempotent double-booki...
通过托管 OAuth 代理访问 Google Calendar API,读写日程与事件。