Google Calendar MCP ServerServer

pranavmanoj1
GitHub
Calendar ManagementApp AutomationNatural Language Processing

Loading subscription status...

💡 Description

A powerful Model Context Protocol (MCP) server that integrates with Google Calendar to provide intelligent, context-aware calendar management capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Calendar MCP Server": {
        "env": {
          "GOOGLE_CLIENT_ID": "Your Google Cloud Console Client ID",
          "GOOGLE_REDIRECT_URI": "Your configured redirect URI",
          "GOOGLE_CLIENT_SECRET": "Your Google Cloud Console Client Secret"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm

Features

  • Intelligent calendar management
  • Context-aware operations
  • Error handling and validation
  • Supports multiple calendars

💬 Example Queries

  • Show me my next 5 events
  • List all events for next week
  • What's on my calendar for tomorrow?
  • Schedule a meeting with John and Sarah tomorrow at 2 PM.