
Calendly Mcp Server
Connect Claude or Cursor to Calendly so agents check availability, schedule meetings, and manage events without opening the Calendly UI.
Overview
calendly-mcp-server is a Build-phase MCP server that connects AI agents to Calendly for availability checks, meeting scheduling, and event management.
What is this MCP server?
- Connect Claude to Calendly—schedule meetings, check availability, manage events
- PyPI package calendly-mcp (v0.1.1) with runtimeHint uvx and stdio transport
- Purpose-built scheduling MCP rather than generic calendar file parsing
- Fits indie founders who live in Calendly for sales and support calls
- Lightweight Python distribution for MCP hosts that support uvx
- Package version 0.1.1
- PyPI identifier calendly-mcp with registryBaseUrl https://pypi.org
- stdio transport with runtimeHint uvx
What problem does it solve?
Founders waste time alt-tabbing to Calendly whenever an agent or script needs to book or adjust a customer meeting.
Who is it for?
Indie SaaS builders who already run sales and support on Calendly and want scheduling inside Claude Code or Cursor.
Skip if: Teams on Google Calendar-only stacks with no Calendly subscription, or enterprises needing deep Calendly admin beyond exposed tools.
What do I get? / Deliverables
After you register the uvx stdio server, your agent can query slots and manage Calendly events from natural-language tasks in your repo.
- Agent tools to check Calendly availability and book or manage events
- uvx-run calendly-mcp v0.1.1 wired into your MCP manifest
- Less manual scheduling during sales, launch, and support agent workflows
Recommended MCP Servers
Journey fit
How it compares
Calendly-specific MCP integration, not a general meeting-notes skill or CRM replacement.
Common Questions / FAQ
Who is calendly-mcp-server for?
Solo builders and small teams using Calendly for demos and support who want their coding agent to schedule without leaving the editor.
When should I use calendly-mcp-server?
Use it while integrating scheduling into agents during Build, and again at Launch or Grow when automating founder calls and follow-ups.
How do I add calendly-mcp-server to my agent?
Add the PyPI stdio server calendly-mcp with runtimeHint uvx to your MCP config, provide Calendly API credentials per the GitHub README, and restart the host.