Enterprise DNA
M MCP Servers Developer low

takumi0706/google-calendar-mcp

by Various

Google Calendar MCP server for Claude Desktop integration

T

MCP

takumi0706/google-calendar-mcp

Added 1 June 2026

Overview

An MCP server that integrates Google Calendar with Claude Desktop via the Model Context Protocol. It enables Claude to read, create, and manage calendar events through natural language commands. Built in TypeScript, it serves as a bridge between Google's calendar API and the Claude Desktop interface.

Best for

Best for
Developers and power users who want to manage Google Calendar via natural language in Claude Desktop

Use cases

  • Scheduling events and meetings through chat conversations
  • Checking calendar availability and upcoming events
  • Creating, modifying, or deleting calendar entries on demand

How to use

Install

npx @takumi0706/google-calendar-mcp@1.0.7

Tools exposed

  • getEvents
  • createEvent
  • updateEvent
  • deleteEvent
  • authenticate

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "google-calendar": {\n      "command": "npx",\n      "args": [\n        "-y",\n        "@takumi0706/google-calendar-mcp"\n      ],\n      "env": {\n        "GOOGLE_CLIENT_ID": "your_client_id",\n        "GOOGLE_CLIENT_SECRET": "your_client_secret",\n        "GOOGLE_REDIRECT_URI": "http://localhost:4153/oauth2callback"\n      }\n    }\n  }\n}

Notes

An MCP server that integrates Google Calendar with Claude Desktop via the Model Context Protocol. It enables Claude to read, create, and manage calendar events through natural language commands. Built in TypeScript, it serves as a bridge between Google’s calendar API and the Claude Desktop interface.

56 stars on GitHub. Last updated 2025-10-22. Licensed MIT.

Use cases

  • Scheduling events and meetings through chat conversations
  • Checking calendar availability and upcoming events
  • Creating, modifying, or deleting calendar entries on demand

Pros

  • Enables direct calendar management from Claude Desktop without switching apps
  • Leverages the full Google Calendar API through a structured MCP interface
  • Simple setup for users already comfortable with OAuth and API credentials

Cons

  • Requires setting up Google API credentials and OAuth consent screen
  • Dependent on the MCP protocol and Claude Desktop (not usable standalone)
  • Limited to the features exposed by the current MCP server implementation

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Enables direct calendar management from Claude Desktop without switching apps
  • Leverages the full Google Calendar API through a structured MCP interface
  • Simple setup for users already comfortable with OAuth and API credentials

Cons

  • Requires setting up Google API credentials and OAuth consent screen
  • Dependent on the MCP protocol and Claude Desktop (not usable standalone)
  • Limited to the features exposed by the current MCP server implementation
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks