SZ84.NET
Back to List
CalendarProductivityGoogleOfficial

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.

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.

Pricing

free

Tags

CalendarProductivityGoogleOfficial

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository