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
{
"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