cal-scheduler
Rank #13,621io.github.limey/cal-scheduler-mcp
Timezone-correct CalDAV scheduling MCP server with validated recurrence and single-occurrence edits.
cal-scheduler is a Model Context Protocol (MCP) server published by limey. It ranks #13,621 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. cal-scheduler is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 20, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 101,970 of 115,591 servers on MCP Toplist.
Use cal-scheduler
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cal-scheduler-mcp -- uvx cal-scheduler-mcp[mcp_servers.cal-scheduler-mcp]
command = "uvx"
args = ["cal-scheduler-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cal-scheduler-mcp": {
"command": "uvx",
"args": [
"cal-scheduler-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cal-scheduler-mcp": {
"command": "uvx",
"args": [
"cal-scheduler-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cal-scheduler-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cal-scheduler-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cal-scheduler-mcp": {
"command": "uvx",
"args": [
"cal-scheduler-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cal-scheduler-mcp": {
"command": "uvx",
"args": [
"cal-scheduler-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.limey%2Fcal-scheduler-mcp)<a href="https://mcptoplist.com/server/io.github.limey%2Fcal-scheduler-mcp"><img src="https://mcptoplist.com/badge/io.github.limey%2Fcal-scheduler-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
limey
Available versions (4)
| Version | Published |
|---|---|
| 1.1.3 | Aug 16, 2026 |
| 1.1.2 | Aug 10, 2026 |
| 1.1.1 | Jul 23, 2026 |
| 1.0.0 | Jun 20, 2026 |
Frequently asked questions
- Who maintains cal-scheduler?
- cal-scheduler is maintained by limey, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is cal-scheduler listed on the Official MCP Registry?
- Yes — cal-scheduler is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does cal-scheduler have?
- MCP Toplist tracks 4 versions of cal-scheduler, most recently published on Aug 16, 2026.
- Where can I find the source code for cal-scheduler?
- The source code for cal-scheduler is hosted at github.com/limey/cal-scheduler-mcp.