Loading MCP server directory, please wait...
Calendar API for AI agents: events, availability, scheduling, webhooks, and iCal feeds.
npx @getmcp/cli add ai.chronary/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CHRONARY_API_KEYChronary API key - org key (chr_sk_...) or agent-scoped key (chr_ak_...). Request access at https://chronary.ai.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.chronary/mcp": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp"
],
"env": {
"CHRONARY_API_KEY": ""
}
}
}
}