Grove is a native macOS menu bar app that lets your agent use Apple Calendar and Reminders through a local MCP server.
Your data stays on your Mac. Grove needs no account, cloud service, or database.
Download Grove · View on GitHub
- Calendar
- Reminders
More Apple apps, including Notes, Mail, Messages, and Contacts.
Grove requires macOS 14 or later.
- Download Grove from the Grove website.
- Open the DMG and drag Grove to Applications.
- Open Grove and enable the services you need.
Grove starts its local MCP server at:
http://127.0.0.1:52718/mcp
Grove is independent and is not affiliated with or endorsed by Apple.
On first launch, Grove finds supported agents and offers their setup action. Grove currently checks for Codex, Claude Code, Hermes, OpenClaw, Cursor, and Windsurf.
For other clients, add the endpoint using the client’s MCP settings.
Add this to the Hermes MCP configuration:
mcp_servers:
grove:
url: http://127.0.0.1:52718/mcpReload MCP servers in Hermes after saving the file.
openclaw mcp set grove '{"url":"http://127.0.0.1:52718/mcp","transport":"streamable-http"}'Grove installs its skill for supported agents when it starts. It writes to
~/.agents/skills/grove, ~/.codex/skills/grove, and ~/.claude/skills/grove.
If it is not installed, run:
npx skills add https://github.com/thsnkhn/grove/tree/main/skills/grove --globalRestart the agent after installation. See AGENTS.md for technical details and stdio setup.