Google Calendar MCP ServerServer

thisnick
GitHub
Google CalendarCalendar ManagementApp Automation

Loading subscription status...

💡 Description

A Model Context Protocol server that enables interaction with Google Calendar, allowing users to create events, list upcoming events, and analyze their schedule. This server is implemented in TypeScript and facilitates calendar event management and scheduling insights.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Calendar": {
        "env": {},
        "args": [],
        "command": "/path/to/Google Calendar/build/index.js"
      }
    }
  ]
}

🛠️ Tools

create_eventlist_eventsanalyze_schedule

Features

  • Manage calendar events via MCP URI
  • Access structured event data with titles, times, descriptions, and attendees
  • Generate schedule insights

💬 Example Queries

  • Create a new event titled 'Team Meeting' for tomorrow at 10 AM
  • List all my upcoming events for this week
  • Analyze my schedule for conflicts this month