Home › Productivity › Chronary
Chronary
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
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>"
}
}
}
}
Authorizationrequired secret — Bearer auth with your Chronary API key, e.g. 'Bearer chr_sk_...'.
Package (npm 1.5.2)
npx -y @chronary/mcp@1.5.2
Or add to your MCP client config:
{
"mcpServers": {
"chronary-mcp": {
"command": "npx",
"args": [
"-y",
"@chronary/mcp@1.5.2"
],
"env": {
"CHRONARY_API_KEY": "<YOUR_VALUE>"
}
}
}
}
CHRONARY_API_KEYrequired secret — Chronary API key - org key (chr_sk_...) or agent-scoped key (chr_ak_...). Request access at https://chronary.ai.
Related servers
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
mcp-gsuite
Integration with gmail and Google Calendar.
mcp-odoo
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
Workopia — Job Search
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry