Google Calendar MCP Server
Server Details
Server URL: https://gcal.mintmcp.com/mcp
Available Tools
Tool Descriptions
- list_calendars - List all calendars accessible by your Google account, including shared calendars
- get_calendar_events - Retrieve events from a specific calendar within a date range, with support for timezone handling
- create_event - Create new calendar events with support for all-day events, timed events, attendees, and rich markdown descriptions
- update_event - Modify existing events including title, description, time, location, and attendees
- delete_event - Remove events from your calendar with optional notification settings
- get_next_availability - Find available time slots for meetings based on your existing calendar commitments
Configuration
Add this configuration to your MCP client settings:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"mcp-remote",
"https://gcal.mintmcp.com/mcp"
]
}
}
}
Features
- Full support for multiple calendars
- Timezone-aware event scheduling
- Rich text formatting with Markdown to HTML conversion for event descriptions
- Intelligent availability detection with configurable search parameters
- Support for recurring events and attendee management
- Day of week information included in all date/time responses