MCP Hub
Back to servers

Google_calendar

Google Calendar MCP Pack

Registry
Updated
Apr 15, 2026

mcp-google_calendar

Google Calendar MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
gcal_list_eventsList events from a Google Calendar. Optionally filter by time range. Returns event summaries, times, attendees, and locations.
gcal_get_eventGet a specific Google Calendar event by ID. Returns full event details including summary, description, start/end times, attendees, location, and conferencing info.
gcal_create_eventCreate a new event on a Google Calendar. Specify summary, start/end times, and optional description, location, and attendees.
gcal_list_calendarsList all calendars accessible by the authenticated user. Returns calendar IDs, summaries, time zones, and access roles.
gcal_search_eventsSearch for events across a calendar using a text query. Matches against event summary, description, location, and attendees.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_calendar": {
      "url": "https://gateway.pipeworx.io/google_calendar/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_calendar

License

MIT

Reviews

No reviews yet

Sign in to write a review