1.0.2 • Published 1 year ago

@ihateastrology/server-google-calendar v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

MCP Server for Google Calendar

A Model Context Protocol (MCP) server for Google Calendar integration.

Usage with Claude Desktop

Add to your Claude configuration file:

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-calendar"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_refresh_token"
      }
    }
  }
}

Features

  • List upcoming calendar events
  • Create new events
  • Update existing events
  • Delete events

Environment Variables

  • GOOGLE_CLIENT_ID: Your Google OAuth client ID
  • GOOGLE_CLIENT_SECRET: Your Google OAuth client secret
  • GOOGLE_REFRESH_TOKEN: Your Google OAuth refresh token
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago