LogoSTMCP
Download
google-calendar-mcp

Google Calendar MCP Server

A Model Context Protocol server that provides Google Calendar integration for AI assistants, featuring multi-calendar support, event management, smart scheduling, and intelligent event import from various sources.

Tools

1. list-calendars

List all available calendars.

2. list-events

List events with date filtering.

3. search-events

Search events by text query.

4. create-event

Create new calendar events.

5. update-event

Update existing events.

6. delete-event

Delete events.

7. get-freebusy

Check availability across calendars, including external calendars.

8. list-colors

List available event colors.

Open Graph image for Google Calendar MCP Server

JSON Config

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": ["@cocal/google-calendar-mcp"],
      "env": {
        "GOOGLE_OAUTH_CREDENTIALS": "/path/to/your/gcp-oauth.keys.json"
      }
    }
  }
}

Useful Links

Information

  • Author@nspady
  • Published date2025/09/22