Calendly MCP Server
Rank #44,137io.github.NyxToolsDev/calendly-mcp-server
MCP server providing calendly-server capabilities
Calendly MCP Server is a Model Context Protocol (MCP) server published by nyxtoolsdev. It ranks #44,137 of 115,591 servers tracked on MCP Toplist. Calendly MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 71,454 of 115,591 servers on MCP Toplist.
Use Calendly MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add calendly-mcp-server -- uvx calendly-mcp[mcp_servers.calendly-mcp-server]
command = "uvx"
args = ["calendly-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"calendly-mcp-server": {
"command": "uvx",
"args": [
"calendly-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"calendly-mcp-server": {
"command": "uvx",
"args": [
"calendly-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"calendly-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"calendly-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"calendly-mcp-server": {
"command": "uvx",
"args": [
"calendly-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"calendly-mcp-server": {
"command": "uvx",
"args": [
"calendly-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NyxToolsDev%2Fcalendly-mcp-server)<a href="https://mcptoplist.com/server/io.github.NyxToolsDev%2Fcalendly-mcp-server"><img src="https://mcptoplist.com/badge/io.github.NyxToolsDev%2Fcalendly-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
nyxtoolsdev
Other servers by nyxtoolsdev
- DICOM/HL7/FHIR Interoperability MCP Server#22,944 · 3 vers
- Claude Memory Manager#33,935 · 2 vers
- Quickbooks MCP Server#44,138 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Calendly MCP Server?
- Calendly MCP Server is maintained by nyxtoolsdev, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Calendly MCP Server listed on the Official MCP Registry?
- Yes — Calendly MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Calendly MCP Server have?
- MCP Toplist tracks 2 versions of Calendly MCP Server, most recently published on Mar 25, 2026.
- Where can I find the source code for Calendly MCP Server?
- The source code for Calendly MCP Server is hosted at github.com/nyxtoolsdev/calendly-mcp-server.