LogoSTMCP
Download
google-calendar

Google Calendar MCP Server

A Model Context Protocol server that enables Claude AI to interact with Google Calendar, providing tools for listing events, creating meetings, updating events, deleting events, and finding free time slots through secure OAuth 2.0 authentication.

Tools

1. list_events

List calendar events within a specified time range.

2. create_event

Create a new calendar event.

3. update_event

Update an existing calendar event.

4. delete_event

Delete a calendar event.

5. find_free_time

Find available time slots in the calendar.

Open Graph image for Google Calendar MCP Server

JSON Config

{
    "mcpServers": {
        "google-calendar": {
            "command": "node",
            "args": [
                "/ABSOLUTE/PATH/TO/YOUR/build/index.js"
            ],
            "env": {
                "GOOGLE_CLIENT_ID": "your_client_id_here",
                "GOOGLE_CLIENT_SECRET": "your_client_secret_here",
                "GOOGLE_REDIRECT_URI": "http://localhost",
                "GOOGLE_REFRESH_TOKEN": "your_refresh_token_here"
            }
        }
    }
}

Useful Links

Information

  • Author@v-3
  • Published date2025/09/22