Calendar Tools MCP Server
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
Installation
Manual Installation
npm install -g @cablate/mcp-google-calendar
Usage
Cli
mcp-google-calendar
With Dive Desktopβ
- Click β+ Add MCP Serverβ in Dive Desktop
- 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
}
}
}
- 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:
- Go to Google Cloud Consoleβ
- Create a new project or select an existing project
- Navigate to the βIAM & Adminβ section
- Click on βService Accountsβ
- Click on βCreate Service Accountβ
- Enter a name for the service account (e.g., βMCP Google Calendarβ)
- Click on βCreateβ
- Click on βCreate Keyβ
- Select βJSONβ as the key type
- Click on βCreateβ
- 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