Chronary is an MCP server that gives AI agents access to calendar functionality through a stdio transport. It is published on npm as @chronary/mcp at version 1.4.1 by ai.chronary, and its source is available on GitHub at Chronary/chronary-mcp.
According to the package description, the server covers the following functional areas: reading and managing calendar events, checking availability, setting up Google and Microsoft calendar integrations, scheduling operations, and working with iCal format data. This means an agent connected to Chronary can interact with calendar data across the two dominant enterprise calendar providers as well as the open iCal standard, without the agent needing to handle OAuth flows or provider-specific API details directly.
The server requires a single environment variable, CHRONARY_API_KEY, to authenticate against the Chronary service. Because no tool definitions were included in the supplied registry record, the exact set of callable tools is not documented here; consult the repository for the full tool manifest before building against specific tool names.
Chronary is a wrong choice if the agent runtime does not support stdio transport, if a self-hosted or purely open-source calendar backend is required (no license information is available), or if the target calendar system is neither Google, Microsoft, nor iCal-compatible.