drio
Open app

Google Calendar AutoAuth MCP Server

Source

Google Calendar MCP server with auto authentication support

Catalog onlyCatalog onlySTDIO

Overview

Google Calendar AutoAuth MCP Server is a Model Context Protocol (MCP) server designed for seamless integration with Google Calendar, enabling AI assistants to manage calendar events through natural language interactions.

To use the server, set up a Google Cloud Project, obtain OAuth 2.0 credentials, and run the authentication process. Once authenticated, you can interact with the server to create, update, delete, and retrieve calendar events using natural language commands.

  • Create, update, delete, and retrieve calendar events. - Support for natural language date/time input (e.g., "tomorrow at 2pm"). - Full integration with Google Calendar API. - Simple OAuth2 authentication flow with auto browser launch. - Global credential storage for convenience.
  1. Automating event creation and management for personal or team calendars.
  2. Integrating with AI assistants for hands-free calendar management.
  3. Simplifying scheduling through natural language commands.

Add to your AI client

Use these steps to connect Google Calendar AutoAuth MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "calendar-mcp-falgom4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "calendar-mcp-falgom4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "calendar-mcp-falgom4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "calendar-mcp-falgom4": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "calendar-mcp-falgom4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "calendar-mcp-falgom4": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-calendar-mcp-falgom4"
      ]
    }
  }
}

FAQ

**What is the purpose of this server?**

It allows AI assistants to manage Google Calendar events using natural language, making scheduling easier and more intuitive.

**Is it necessary to have a Google Cloud Project?**

Yes, you need to create a Google Cloud Project and obtain OAuth credentials to use the server.

**Can I use this server for multiple calendars?**

Yes, the server supports listing and managing multiple calendars.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3108,"uuid":"38f581f2-7792-4daf-bdc2-abf651fc569a","name":"calendar-mcp","title":"Google Calendar AutoAuth MCP Server","description":"Google Calendar MCP server with auto authentication support","avatar_url":"https://avatars.githubusercontent.com/u/63018181?v=4","created_at":"2025-03-18T02:52:26.562Z","updated_at":"2025-03-18T14:55:34.141Z","status":"created","author_name":"falgom4","author_avatar_url":"https://avatars.githubusercontent.com/u/63018181?v=4","tags":"[]","category":"calendar-management","is_featured":false,"sort":1,"url":"https://github.com/falgom4/calendar-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/e36ffd91d8e6eaf39b1cf1d2ba210c6bb4022a772471bb077f28764e2a6da723/68747470733a2f2f62616467652e6d6370782e6465763f747970653d736572766572","type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 17:31:34\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]