Google Calendar Tools
A server for managing Google Calendar events and schedules.
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: [email protected]
- 📧 GitHub: CabLate
- 🤝 Collaboration: Welcome to discuss project cooperation
- 📚 Technical Guidance: Sincere welcome for suggestions and guidance
Servidores relacionados
文颜 MCP Server
A Markdown formatting tool to apply themes and publish articles to WeChat Official Accounts.
MCP Google Workspace Server
An MCP server for interacting with Google Workspace services, including Drive, Docs, and Sheets.
Geekbot MCP
An MCP server that integrates Geekbot data and tools with AI models.
Ramp
Interact with Ramp's Developer API to run analysis on your spend and gain insights leveraging LLMs
Timergy MCP Server
Create scheduling polls and find the perfect meeting time. No auth required.
Spotify
Remote MCP server providing full Spotify Web API coverage (80 tools). OAuth2/PKCE, encrypted token storage, TOON-formatted responses.
AISecretary
A collection of MCP servers to automate virtual secretary tasks within the Microsoft Outlook suite, managing tools like Mail and Categories.
Reclaim AI
Reclaim is an ai calendar management tool that helps you plan your schedule and tasks.
Time MCP Server
Provides the current time using IANA timezone names, with automatic system timezone detection.
Joplin MCP Server
A server that enables access to Joplin notes and to-dos through the Model Context Protocol (MCP).