Skip to main content
Glama
Preeti325

MCP Calendar Tools

by Preeti325

MCP Calendar Tools

This Model Context Protocol (MCP) server provides tools for reading and managing calendar events using local .ics (iCalendar) files. It is completely offline and does not require complex OAuth setups with Google/Apple.

Overview

The mcp-calendar server exposes these tools:

  1. get_schedule: Reads the .ics file and lists events for a specific date.

  2. create_event: Creates a new event and appends it to your .ics file.

Related MCP server: ICS Calendar MCP Server

Prerequisites

  1. Node.js installed (v18 or higher recommended).

  2. Calendar File: Place an exported calendar file named calendar.ics in the root of this project (or specify the path in your config).

Steps to Run

  1. Install Dependencies:

    npm install
  2. Build the Project:

    npm run build
  3. Configure MCP: Add this server to your Claude Desktop or Antigravity MCP configuration file:

    {
      "mcpServers": {
        "calendar": {
          "command": "node",
          "args": ["/absolute/path/to/mcp-calendar/build/index.js"],
          "env": {
             "CALENDAR_FILE_PATH": "/absolute/path/to/your/calendar.ics"
          }
        }
      }
    }

    (Note: Adjust the absolute path to point to where you saved this folder. If CALENDAR_FILE_PATH is omitted, it defaults to ./calendar.ics in the project root).

  4. Restart your MCP Client. You can now ask the AI to "Check my schedule for tomorrow" or "Add a meeting at 3 PM".

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • Publish public calendars and events others subscribe to: RSVPs, feeds and add-to-calendar links.

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Preeti325/mcp-calendar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server