@aiwerk/mcp-server-cal
Rank #40,767io.github.AIWerk/mcp-server-cal
Cal.com scheduling MCP server: manage bookings, event types, and availability.
@aiwerk/mcp-server-cal is a Model Context Protocol (MCP) server published by aiwerk. It ranks #40,767 of 115,591 servers tracked on MCP Toplist. @aiwerk/mcp-server-cal is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 74,824 of 115,591 servers on MCP Toplist.
Use @aiwerk/mcp-server-cal
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-cal -e "CAL_API_KEY=<your CAL_API_KEY>" -- npx -y @aiwerk/mcp-server-calReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-cal]
command = "npx"
args = ["-y", "@aiwerk/mcp-server-cal"]
[mcp_servers.mcp-server-cal.env]
CAL_API_KEY = "<your CAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-cal": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-cal"
],
"env": {
"CAL_API_KEY": "<your CAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-cal": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-cal"
],
"env": {
"CAL_API_KEY": "<your CAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-cal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-cal"
],
"env": {
"CAL_API_KEY": "<your CAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-cal": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-cal"
],
"env": {
"CAL_API_KEY": "<your CAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-cal": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-cal"
],
"env": {
"CAL_API_KEY": "<your CAL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.AIWerk%2Fmcp-server-cal)<a href="https://mcptoplist.com/server/io.github.AIWerk%2Fmcp-server-cal"><img src="https://mcptoplist.com/badge/io.github.AIWerk%2Fmcp-server-cal.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aiwerk
Other servers by aiwerk
- @aiwerk/mcp-server-wheel-size#34,751 · 1 ver
- Wise MCP Server#34,752 · 1 ver
- @aiwerk/mcp-server-vault#35,556 · 1 ver
- @aiwerk/mcp-server-bexio#38,685
- @aiwerk/mcp-server-clawhub#42,417 · 1 ver
- @aiwerk/mcp-server-imap#42,418 · 1 ver
- shopify#42,419 · 1 ver
- mcp-server-smallinvoice#47,444
- @aiwerk/mcp-server-ghl#51,665
- Google Maps MCP Server#64,260
- MCP Catalog#85,988
Available versions (1)
| Version | Published |
|---|---|
| 1.0.6 | Jun 22, 2026 |
Frequently asked questions
- Who maintains @aiwerk/mcp-server-cal?
- @aiwerk/mcp-server-cal is maintained by aiwerk, which publishes 12 MCP servers (7 total versions) tracked on MCP Toplist.
- Is @aiwerk/mcp-server-cal listed on the Official MCP Registry?
- Yes — @aiwerk/mcp-server-cal is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does @aiwerk/mcp-server-cal have?
- MCP Toplist tracks 1 version of @aiwerk/mcp-server-cal, most recently published on Jun 22, 2026.
- Where can I find the source code for @aiwerk/mcp-server-cal?
- The source code for @aiwerk/mcp-server-cal is hosted at github.com/aiwerk/mcp-server-cal.