HomeMarketplace
Pricing

Google Calendar MCP Integration - AI Agent Tools

Connect Google Calendar with AI agents using Model Context Protocol (MCP). Seamlessly integrate Google Calendar tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 28+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

Scheduling & Booking tools for AI automation

Setup Instructions

Install Google Calendar MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Google Calendar with your AI agent.

Benefits

  • Automate Google Calendar workflows with AI
  • Increase productivity with AI-powered Google Calendar operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Google Calendar
Google Calendar

Google Calendar is a time management tool providing scheduling features, event reminders, and integration with email and other apps for streamlined organization

Completely Secure
VerifiedComposioComposio Managed
Users
87380
Tools
28
Last Updated
12h ago

Category

Scheduling & Booking

87380VIEWS
33USERS

Tools

Page 1 of 5

Insert Calendar Into List

Inserts an existing calendar into the user's calendar list.

Update Calendar List Entry

Updates an existing entry on the user\'s calendar list.

Delete Calendar

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.

Update Calendar

Updates metadata for a calendar.

Clear Calendar

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.

Create Event

Create a Google Calendar event using `start_datetime` plus duration fields to derive the end time. Requires calendar write access. The organizer is added as an attendee unless `exclude_organizer` is True. Example request to create event for 1 hour 30 minutes: { "calendar_id": "primary", "start_datetime": "2025-01-16T13:00:00", "timezone": "America/New_York", "event_duration_hour": 1, "event_duration_minutes": 30, "summary": "Client sync", "attendees": [{"email": "guest@example.com"}] }