MCP.so
Sign In

MCP Calendar

@tobedoit

About MCP Calendar

MCP Google Calendar Server with python

Basic information

Category

Productivity

Runtime

python

Transports

stdio

Publisher

tobedoit

Config

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

{
  "mcpServers": {
    "mcp-calendar-python": {
      "command": "uvx",
      "args": [
        "mcp-calendar-python"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "",
        "GOOGLE_CLIENT_SECRET": "",
        "GOOGLE_REFRESH_TOKEN": ""
      }
    }
  }
}

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 MCP Calendar?

MCP Calendar is a tool that uses the Model Context Protocol (MCP) server to create, modify, and check Google Calendar events. It is designed for users of the Claude Desktop app, integrating with Google Calendar via OAuth2 authentication.

How to use MCP Calendar?

Install the package via pip install mcp-calendar-python, set the required environment variables (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN), and configure the Claude Desktop app to run the MCP server using uvx with the argument mcp-calendar-python. Once set up, you can ask Claude to add events using natural language.

Key features of MCP Calendar

  • Create Google Calendar events from Claude Desktop.
  • Modify existing calendar events.
  • Check event details.
  • Uses OAuth2 for secure Google Calendar API authentication.

Use cases of MCP Calendar

  • Schedule a team meeting for tomorrow at 2 PM.
  • Add a lunchtime meeting on May 15.
  • Quickly create events via natural language prompts in Claude Desktop.

FAQ from MCP Calendar

What are the prerequisites for using MCP Calendar?

You need Python 3.10 or higher, OAuth 2.0 client ID and secret from Google Cloud Console, and the Claude Desktop app.

How do I authenticate with Google Calendar?

Set the environment variables GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN with credentials obtained from Google Cloud Console.

What operations can I perform on Google Calendar events?

You can create, modify, and check events in Google Calendar through Claude Desktop.

Comments

More Productivity MCP servers