Productivity
Trust: 41/100 (Fair)Google Calendar MCP Guide
Manage Google Calendar events. Create, update, and query calendar events and check availability.
189 stars 6,100 downloadsby MCP Community
Quick Start
Install
npx @mcp/google-calendarClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"google-calendar-mcp": {
"command": "npx",
"args": [
"@mcp/google-calendar"
]
}
}
}What Google Calendar MCP Can Do
manage_events
Create and update events
check_availability
Query free/busy time
Permissions Required
Google Calendar MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
calendar.read | Read calendar data | low |
calendar.write | Create and modify events | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |