Skip to Content
MCP ServersCommunityCalendar Tools MCP Server

Calendar Tools MCP Server

View original on GitHub 

A powerful Model Context Protocol (MCP) server providing comprehensive calendar management capabilities.

Features

Calendar Management

  • Create calendar events
  • List calendar events
  • Update existing events
  • Delete events

Demo on Dive Desktop

Calendar Tools Demo

Installation

Manual Installation

npm install -g @cablate/mcp-google-calendar

Usage

Cli

mcp-google-calendar

With Dive Desktop 

  1. Click ”+ Add MCP Server” in Dive Desktop
  2. Copy and paste this configuration:
{ "mcpServers": { "calendar": { "command": "npx", "args": ["-y", "@cablate/mcp-google-calendar"], "env": { "GOOGLE_CALENDAR_ID": "your_calendar_id", "GOOGLE_TIME_ZONE": "your_time_zone", "GOOGLE_CREDENTIALS_PATH": "your_credentials_path" }, "enabled": true } } }
  1. Click β€œSave” to install the MCP server

Google Service Account and Credentials

Here is the simple steps to create a google service account and credentials:

  1. Go to Google Cloud Console 
  2. Create a new project or select an existing project
  3. Navigate to the β€œIAM & Admin” section
  4. Click on β€œService Accounts”
  5. Click on β€œCreate Service Account”
  6. Enter a name for the service account (e.g., β€œMCP Google Calendar”)
  7. Click on β€œCreate”
  8. Click on β€œCreate Key”
  9. Select β€œJSON” as the key type
  10. Click on β€œCreate”
  11. Download the JSON file and save it as credentials.json

if still got any question, google and find the answer.

License

MIT

Contributing

Welcome community participation and contributions! Here are ways to contribute:

  • ⭐️ Star the project if you find it helpful
  • πŸ› Submit Issues: Report problems or provide suggestions
  • πŸ”§ Create Pull Requests: Submit code improvements

Contact

If you have any questions or suggestions, feel free to reach out:

  • πŸ“§ Email: reahtuoo310109@gmail.com
  • πŸ“§ GitHub: CabLate 
  • 🀝 Collaboration: Welcome to discuss project cooperation
  • πŸ“š Technical Guidance: Sincere welcome for suggestions and guidance
Last updated on