This MCP server connects Claude Desktop and Claude Code to Calendly for natural-language scheduling management.
From the registry: Connect Claude to Calendly — schedule meetings, check availability, manage events
$ pip install calendly-mcpPlease install the `calendly-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install calendly-mcp** — Install the calendly-mcp Python package Run: `pip install calendly-mcp`
- **Get a Calendly Personal Access Token** — Log in to Calendly, go to Settings > Integrations & Apps > API & Connectors > API, then click Generate New Token (https://calendly.com)
Canonical MCP server config (stdio transport):
- command: `calendly-mcp`
- args: []
- required environment variables:
- `CALENDLY_ACCESS_TOKEN`: Calendly Personal Access Token or OAuth2 token (example: `<your-calendly-access-token>`)
- optional environment variables:
- `LICENSE_KEY`: Lemon Squeezy premium license key (unlocks premium tools) (example: `<your-license-key>`)
- `LOG_LEVEL`: Logging level: DEBUG, INFO, WARNING, ERROR (example: `INFO`)
- `CALENDLY_BASE_URL`: Override the Calendly API base URL (for testing)
Note: Free tier provides 7 tools; premium license unlocks 5 additional (create/cancel/reschedule events, analytics).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CALENDLY_ACCESS_TOKENrequiredCalendly Personal Access Token or OAuth2 tokenAtlassian Rovo MCP Server