Loading languages...
GO

google-calendar

@v-360

This MCP server allows Claude to interact with your Google Calendar, enabling capabilities like listing events, creating meetings, and finding free time slots.

google-calendar
calendar
events
meetings

# mcpServer 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"
      }
    }
  }
}

# stdio

node /ABSOLUTE/PATH/TO/YOUR/build/index.js
Transport:
stdio
言語:
TypeScript
作成日:12/22/2024
更新日:7/18/2025