Marketplace/Google Calendar MCP

Google Calendar MCP

by community · 2.9k installs

Read, create, and manage Google Calendar events from your AI assistant.

About

Connect your Google Calendar to AI workflows. Check availability, create events, manage RSVPs, and query schedules.

Features

  • List upcoming events across calendars
  • Create events with attendees and reminders
  • Check free/busy availability
  • Update and cancel existing events
  • Search events by keyword or date range

Requirements

Google OAuth credentials with Calendar API scope. Follow the setup guide to create a service account or OAuth client.

Tools 5

list_events

List upcoming events with optional date range and calendar filter.

calendar_idtime_mintime_maxlimit
create_event

Create a new calendar event with attendees and reminders.

summarystartendattendeesdescription
get_event

Get full details of a specific event.

calendar_idevent_id
update_event

Update an existing event.

calendar_idevent_idsummarystartend
freebusy_query

Check availability for one or more calendars.

calendar_idstime_mintime_max

Reviews

💬

No reviews yet.

Be the first to review after installing.

Quick Install

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@plugpier/google-calendar-mcp"
      ],
      "env": {
        "PLUGPIER_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Stats

Installs2.9k
Tools5
Trust score85/100
LicenseMIT
CategoryProductivity

Related Servers