Back to MCP Servers
Server Apple Reminders
An MCP server for interacting with Apple Reminders on macOS
browser-automation
By FradSer
Installation
npx -y mcp-server-apple-remindersConfiguration
{
"mcpServers": {
"mcp-server-apple-reminders": {
"command": "npx",
"args": ["-y", "mcp-server-apple-reminders"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes