HomeProductivity › Chronary

Chronary

Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-07-14 License: Apache-2.0

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.chronary.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http chronary-mcp https://api.chronary.ai/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "chronary-mcp": {
      "url": "https://api.chronary.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer auth with your Chronary API key, e.g. 'Bearer chr_sk_...'.

Package (npm 1.5.2)

npx -y @chronary/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "chronary-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chronary/[email protected]"
      ],
      "env": {
        "CHRONARY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CHRONARY_API_KEY required secret — Chronary API key - org key (chr_sk_...) or agent-scoped key (chr_ak_...). Request access at https://chronary.ai.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry