Calendly
Scheduling, events, availability
About Calendly
Calendly is a scheduling platform for booking meetings without back-and-forth email. Its remote MCP server lets assistants check availability, look up scheduled events, and manage booking links using the calendar setup users already maintain in Calendly.
Connection details
https://mcp.calendly.com- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add calendly --transport http https://mcp.calendly.comFrequently asked questions
What is the Calendly remote MCP server?
The Calendly remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.calendly.com, so AI assistants can connect to it without installing or running anything locally. Calendly is a scheduling platform for booking meetings without back-and-forth email. Its remote MCP server lets assistants check availability, look up scheduled events, and manage booking links using the calendar setup users already maintain in Calendly.
How do I connect to the Calendly MCP server?
Add the endpoint https://mcp.calendly.com to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Calendly MCP server require authentication?
Yes. Calendly uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Calendly MCP server use?
Calendly exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.