MCP server for ReminderIt — AI-powered phone call reminders
Project description
reminderit-mcp
MCP server for ReminderIt — lets Claude manage your phone call reminders via natural language.
What it does
Gives Claude (or any MCP client) 8 tools:
| Tool | What it does |
|---|---|
list_reminders |
Show all reminders with schedule and status |
get_reminder |
Full detail on one reminder |
create_reminder |
Schedule a new phone call (once or recurring) |
update_reminder |
Change title, message, schedule, pause/resume |
delete_reminder |
Remove permanently |
get_usage |
Quota, calls used, plan, billing period |
list_recipients |
Caregiving recipients |
get_recent_calls |
Delivery logs — answered/failed/no-answer |
Setup
1. Get an API key — Sign up at reminderit.com, then go to API Keys in your dashboard.
2. Install
pip install reminderit-mcp
3. Add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"reminderit": {
"command": "reminderit-mcp",
"env": {
"REMINDERIT_API_KEY": "rmt_your_key_here",
"REMINDERIT_API_URL": "https://api.reminderit.com"
}
}
}
}
4. Restart Claude Desktop and try:
"Set a daily medication reminder at 8am London time" "What reminders do I have active?" "Cancel my 6:30am wake-up call" "How many calls have I used this month?"
Environment variables
| Variable | Required | Default |
|---|---|---|
REMINDERIT_API_KEY |
Yes | — |
REMINDERIT_API_URL |
No | https://api.reminderit.com |
HTTP mode (self-hosted)
To run as an HTTP server instead of stdio:
REMINDERIT_API_KEY=rmt_... reminderit-mcp http
Listens on port 8080 (override with PORT env var).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reminderit_mcp-0.1.0.tar.gz.
File metadata
- Download URL: reminderit_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c01fe364789daca30f9ad06550da806b988375a9b9e3bd0f95b9b842a70a9983
|
|
| MD5 |
5bf47a198e7572e0db1ddbce9b6c8937
|
|
| BLAKE2b-256 |
1dc0e445205191b58a59408f35f247af65af9051953219c4f6ad277e97803f36
|
File details
Details for the file reminderit_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reminderit_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d40c1c38a88342ecc5123733741844e575e32c1ed9bef1504e08fff3431bce6
|
|
| MD5 |
0701dcc632b1fc0c53d70ff1cd5ce063
|
|
| BLAKE2b-256 |
63288985fac8d8160daee70354fbbab3c05d8aebcfcc5742088034b51e5312bf
|