MCP server

Google Calendar (MCP server)

Google Calendar as a ready-to-run MCP server, scoped to scheduling tasks (read events, free/busy, create events). Not an assistant — drop it into any project and your AI client calls its tools. Runs locally with your own Google OAuth; the marketplace holds no connection. Requires an IDE with Claude Code (VS Code + the Claude Code extension recommended) plus Node.js (runs via npx).

What it runs

Server name
calendar
Launch command
npx -y @cocal/google-calendar-mcp
Tools
  • list-events
  • search-events
  • get-freebusy
  • create-event
You provide
  • GOOGLE_OAUTH_CREDENTIALS
One-time sign-in
npx @cocal/google-calendar-mcp auth

Self-hosted — it runs on your machine with your own credentials. The marketplace never holds a connection or proxies your requests.

Example

Ask your client

(your AI client calls the calendar tools directly)

What comes back

list-events / search-events / get-freebusy / create-event

Tags