Chronary MCP Server
Rank #9,334ai.chronary/mcp
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Chronary MCP Server is a Model Context Protocol (MCP) server published by chronary. It ranks #9,334 of 132,046 servers tracked on MCP Toplist. Chronary MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on Jun 8, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 122,712 of 132,046 servers on MCP Toplist.
Use Chronary MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http chronary https://api.chronary.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add chronary -e "CHRONARY_API_KEY=<your CHRONARY_API_KEY>" -- npx -y @chronary/mcpReplace each placeholder with your own value before saving.
[mcp_servers.chronary]
url = "https://api.chronary.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.chronary]
command = "npx"
args = ["-y", "@chronary/mcp"]
[mcp_servers.chronary.env]
CHRONARY_API_KEY = "<your CHRONARY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.chronary.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"chronary": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": "<your CHRONARY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chronary": {
"url": "https://api.chronary.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"chronary": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": "<your CHRONARY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"chronary": {
"type": "http",
"url": "https://api.chronary.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"chronary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": "<your CHRONARY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chronary": {
"serverUrl": "https://api.chronary.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"chronary": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": "<your CHRONARY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"chronary": {
"url": "https://api.chronary.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"chronary": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": "<your CHRONARY_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/ai.chronary%2Fmcp)<a href="https://mcptoplist.com/server/ai.chronary%2Fmcp"><img src="https://mcptoplist.com/badge/ai.chronary%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
chronary
Available versions (11)
| Version | Published |
|---|---|
| 1.5.2 | Jul 14, 2026 |
| 1.5.1 | Jul 14, 2026 |
| 1.5.0 | Jul 14, 2026 |
| 1.4.1 | Jul 13, 2026 |
| 1.3.2 | Jul 12, 2026 |
| 1.3.1 | Jul 11, 2026 |
| 1.2.7 | Jul 8, 2026 |
| 1.2.6 | Jul 7, 2026 |
| 1.2.4 | Jul 7, 2026 |
| 1.2.3 | Jun 30, 2026 |
| 1.2.2 | Jun 30, 2026 |
Frequently asked questions
- Who maintains Chronary MCP Server?
- Chronary MCP Server is maintained by chronary, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Chronary MCP Server listed on the Official MCP Registry?
- Yes — Chronary MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Chronary MCP Server have?
- MCP Toplist tracks 11 versions of Chronary MCP Server, most recently published on Jul 14, 2026.
- Where can I find the source code for Chronary MCP Server?
- The source code for Chronary MCP Server is hosted at github.com/chronary/chronary-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.