Cal.com Calendar MCP ServerServer

mumunha
GitHub
calendar managementappointment schedulingapp automation

Loading subscription status...

💡 Description

An MCP server implementation that integrates with Cal.com Calendar API, providing appointment scheduling capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "calcom-calendar": {
        "env": {
          "CALCOM_API_KEY": "YOUR_API_KEY_HERE"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "CALCOM_API_KEY",
          "mcp/calcom-calendar"
        ],
        "command": "docker"
      }
    },
    {
      "calcom-calendar": {
        "env": {
          "CALCOM_API_KEY": "YOUR_API_KEY_HERE"
        },
        "args": [
          "-y",
          "@modelcontextprotocol/server-calcom-calendar"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

calcom_add_appointmentcalcom_update_appointmentcalcom_delete_appointmentcalcom_list_appointments

Features

  • Add Appointments
  • Update Appointments
  • Delete Appointments
  • List Appointments

💬 Example Queries

  • Add a new appointment for tomorrow at 10 AM
  • Update the appointment with booking ID 12345 to next Friday at 2 PM
  • List all appointments for the week