reminders-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reminders-mcpshow my reminders for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
šļø reminders-mcp

macOS only ā this server uses AppleScript to communicate with the macOS Reminders app.
A Model Context Protocol (MCP) server that lets Claude read and manage your macOS Reminders. Create, list, update, complete, and delete reminders directly from any MCP-compatible client such as Claude Desktop.
Requirements
macOS
Python 3.11+
uv ā install with
curl -LsSf https://astral.sh/uv/install.sh | shmacOS Reminders app (you'll be prompted to grant Automation permission on first run)
Related MCP server: Apple Reminders MCP Server
Installation
git clone https://github.com/mhtb32/reminders-mcp.git
cd reminders-mcp
uv syncClaude Desktop Setup
Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"šļø reminders": {
"command": "/Users/YOUR_USERNAME/.local/bin/uv",
"args": ["run", "--directory", "/path/to/reminders-mcp", "reminders-mcp"]
}
}
}Replace YOUR_USERNAME and /path/to/reminders-mcp with your actual values, then restart Claude Desktop.
Tools
Tool | Description |
| Get all reminder list names |
| List reminders (with name, due date, notes, and completion status), optionally filtered by list |
| Create a reminder with optional due date and notes |
| Update the title, notes, or due date of an existing reminder |
| Mark a reminder as completed |
| Delete a reminder permanently |
Example Usage
Once connected, you can ask Claude things like:
"What are my reminders for today?"
"Add a reminder to buy groceries tomorrow at 9am"
"Update the notes on my 'Call dentist' reminder to include the phone number"
"Rename my 'Pay rent' reminder to 'Pay rent + utilities'"
"Mark the 'Call dentist' reminder as done"
"Show me everything in my Work list"
How It Works
This server uses AppleScript to communicate with the macOS Reminders app. No data leaves your machine ā everything runs locally.
Project Structure
reminders-mcp/
āāā src/reminders_mcp/
ā āāā __init__.py
ā āāā reminders.py # AppleScript interface to macOS Reminders
ā āāā server.py # MCP server (FastMCP)
āāā pyproject.toml
āāā uv.lock
āāā README.mdLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to add tasks to Apple Reminders through natural language commands in Claude Desktop. It provides quick entry for reminders with support for due dates, lists, and notes.Last updated1
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple Reminders lists and reminders on macOS, including creating, updating, completing, and deleting reminders.Last updated7135MIT
- Alicense-qualityCmaintenanceEnables Claude to read and search Apple Reminders tasks on macOS, including lists, incomplete/completed items, and keyword search, all locally without modifying data.Last updated131MIT
- Alicense-qualityFmaintenanceEnables Claude to manage Apple Reminders on macOS, including creating, reading, updating, deleting, and searching reminders across multiple lists with due dates, priorities, and notes.Last updated1328MIT
Related MCP Connectors
MCP connector for Apple Reminders ā search, create, complete, and edit via your own Mac.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mhtb32/reminders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server