mcp-google-calendar
Provides tools for managing Google Calendar events, including creating, listing, updating, and deleting events.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-google-calendarcreate a meeting tomorrow at 2pm titled 'Team Standup'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Manual Installation
npm install -g @cablate/mcp-google-calendarRelated MCP server: Google Calendar MCP
Usage
Cli
mcp-google-calendarMCP Server
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["-y", "@zion.cloud/mcp-google-calendar"],
"env": {
"GOOGLE_CALENDAR_ID": "your_calendar_id",
"GOOGLE_TIME_ZONE": "your_time_zone",
"GOOGLE_CREDENTIALS_PATH": "your_credentials_path"
},
"enabled": true
}
}
}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
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage Google, Outlook & Apple calendars and create private sync rules from chat.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Schedule and manage Google Calendar events directly from your workspace. Check availability, view…
GDPR-compliant calendar access for AI assistants: read, create, edit, RSVP. Google, MS 365, Apple.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar through natural language interactions with features like creating, updating, and deleting events, searching calendars, and supporting natural language date/time inputs.19 npm2MIT
- FlicenseNot gradedqualityFmaintenanceEnables programmatic management of Google Calendar events through natural language interactions, supporting creation, reading, updating, and deletion of events with features for recurring events, attendees, and reminders.2-
- AlicenseNot gradedqualityCmaintenanceEnables management of Google Calendar events across multiple calendars with natural language support, including searching events, checking availability, creating/updating/deleting events, responding to invitations, and auto-generating Google Meet links.85 npm49MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar events through natural language interactions, including creating, updating, deleting, and listing events.14 npmISC