Back to directory
v-3/google-calendar

v-3/google-calendar

@v-3

Google Calendar MCP server for Claude integration - enables listing events, creating meetings, and finding free time slots

google-calendarmcp-serverclaudecalendaroauth2productivitytypescriptcloud

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13