MCP Directory
Back

google-calendar-mcp

by takumi0706 · TypeScript · ★ 57

Google Calendar MCP server for Claude Desktop integration

Install

npx -y github:takumi0706/google-calendar-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:takumi0706/google-calendar-mcp"
      ]
    }
  }
}

From the README

> **🔔 VERSION UPDATE NOTICE 🔔** > Version 1.0.5 adds support for recurring events through the parameter in both and tools. This allows you to create and modify recurring events directly without having to set them up manually after creation. [](README.ja.md) [](README.md) Google Calendar MCP Server is an MCP (Model Context Protocol) server implementation that enables integration between Google Calendar and Claude Desktop. This project enables Claude to interact with the user's Google Calendar, providing the ability to display, create, update, and delete calendar events through natural…
Read full README on GitHub →

Related productivity servers