Skip to content
Windsurf

mcp server cal for Windsurf

io.github.aiwerk/mcp-server-cal

Cal.com scheduling MCP server: manage bookings, event types, and availability.

client:Windsurf transport:stdio runtime:npm

Install mcp server cal in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-cal": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-cal"
      ],
      "env": {
        "CAL_API_KEY": "<CAL_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server cal in other clients