Calendar API for AI agents to manage events and scheduling.
Chronary enables AI systems to interact with calendars through a dedicated API. Agents can create, update, and query events while checking availability and setting up automated scheduling.
The server also supports webhook notifications for real-time updates and iCal feed generation or consumption, making it suitable for integration into agent-driven productivity tools.
Add this to your MCP client config. Pick your client below and copy.
{
"mcpServers": {
"mcp": {
"url": "https://api.chronary.ai/mcp"
}
}
}Package: @chronary/mcp (npm)
Once connected, try asking your AI client:
Environment variables this server needs.
| Variable | Required | Description |
|---|---|---|
CHRONARY_API_KEYsecret | Yes | Chronary API key — org key (chr_sk_...) or agent-scoped key (chr_ak_...). Request access at https://chronary.ai. |
Runs locally via stdio and requires the CHRONARY_API_KEY environment variable to authenticate with the calendar service; it can access and modify calendar data tied to that key.
An AI agent uses Chronary to find free slots, propose times, and book meetings across multiple calendars.
Receive instant notifications when calendar events are created, modified, or canceled to trigger downstream agent actions.
Generate or consume iCal feeds to sync calendar data between AI agents and external applications or users.
CHRONARY_API_KEY must be set to authenticate requests to the calendar backend.
Verified reviews from the community shape this listing's rating.
Loading reviews…