Calendly MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 6 Apr 2026.
Connect Claude to Calendly — schedule meetings, check availability, manage events
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add calendly-mcp-server -- uvx calendly-mcp
{
"mcpServers": {
"calendly-mcp-server": {
"args": [
"calendly-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.calendly-mcp-server]
command = "uvx"
args = ["calendly-mcp"]
{
"mcpServers": {
"calendly-mcp-server": {
"args": [
"calendly-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"calendly-mcp-server": {
"args": [
"calendly-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.