MCP.so
Sign In

Google Calendar MCP Server

@rsc1102

About Google Calendar MCP Server

Model Context Protocol (MCP) server that integrates with the Google Calendar API

Basic information

Category

Productivity

Runtime

python

Transports

stdio

Publisher

rsc1102

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Google_Calendar_MCP": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Google Calendar MCP Server?

The Google Calendar MCP Server is a Model Context Protocol server that integrates with the Google Calendar API. It allows users to list, create, delete, and update calendar events and is designed to work with Anthropic's Claude Desktop as an MCP client.

How to use Google Calendar MCP Server?

Install UV, clone the repository, run uv sync, and place a downloaded credentials.json file from the Google Cloud Console in the project directory. Then configure Claude Desktop by adding the server to `claude_desktop_config.json

Comments

More Productivity MCP servers