sz84.net
MCP ServersGoogle Calendar MCP

Google Calendar MCP

The Google Calendar MCP server allows your AI assistant to manage your schedule with ease. It provides tools for listing upcoming events, creating new appointments, and updating existing ones. Perfect for AI-driven personal assistants that need to handle time-sensitive coordination and schedule management across different time zones.

CalendarProductivityGoogleOfficialfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-calendar"
      ],
      "env": {
        "GOOGLE_CALENDAR_ID": "primary"
      }
    }
  }
}

Key Features

List and search for calendar events

Create, update, and delete appointments

Support for recurring events and reminders

Automatic time zone conversion and coordination

Server Details

The Google Calendar MCP server allows your AI assistant to manage your schedule with ease. It provides tools for listing upcoming events, creating new appointments, and updating existing ones. Perfect for AI-driven personal assistants that need to handle time-sensitive coordination and schedule management across different time zones.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub