PluginBench
MCP Server
Active
MIT

io.github.AIWerk/mcp-server-cal MCP Server

io.github.AIWerk/mcp-server-cal

What is the io.github.AIWerk/mcp-server-cal MCP server?

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

How to install io.github.AIWerk/mcp-server-cal

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CAL_API_KEY
    required
    secret

    Cal.com API key (prefix cal_ or cal_live_). Create one at Cal.com Settings > Security > API Keys.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-cal": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-cal"
      ],
      "env": {
        "CAL_API_KEY": "<YOUR_CAL_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-cal": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-cal"
      ],
      "env": {
        "CAL_API_KEY": "<YOUR_CAL_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-cal": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-cal"
      ],
      "env": {
        "CAL_API_KEY": "<YOUR_CAL_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-cal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-cal"
      ],
      "env": {
        "CAL_API_KEY": "<YOUR_CAL_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-cal --env CAL_API_KEY=<YOUR_CAL_API_KEY> -- npx -y @aiwerk/mcp-server-cal

Related MCP servers

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

1
TypeScript
MIT
View repository →

ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).

0
TypeScript
MIT
View repository →

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

0
TypeScript
MIT
View repository →

Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.

0
TypeScript
MIT
View repository →

Wheel-Size.com fitment API: OEM and aftermarket wheel and tyre data for 100k+ vehicles (read-only).

0
TypeScript
MIT
View repository →

Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).

0
TypeScript
MIT
View repository →