Google Calendar MCPServer

nspady
GitHub
calendar managementapp automationcommunication

Loading subscription status...

💡 Description

This is a Model Context Protocol (MCP) server that allows integration with Google Calendar, enabling LLMs to read, create, update, and search for calendar events through a standardized interface.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google-calendar": {
        "env": {},
        "args": [
          "<absolute-path-to-project-folder>/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Node.jsTypeScript

Features

  • Manage calendar events
  • OAuth 2.0 authentication
  • Supports calendar event creation from images

💬 Example Queries

  • Add this event to my calendar based on the attached screenshot.
  • What events do I have coming up this week that aren't part of my usual routine?
  • Which events tomorrow have attendees who have not accepted the invitation?
  • Here's some available times provided to me by someone. Create an event that is free on my work calendar.
  • Please provide availability looking at both my personal and work calendars for this upcoming week.