mcpbeat Sign in

Remind MCP Server

local only

Remind MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 775 installs a week from npm. Last commit 1 Sep 2026.

Read Remind classes, chats and messages, and manage notification settings.

Installs per day peak 554 · avg 25
a month agotoday
775
Installs / week
npm · @chrischall/remind-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Remind MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add remind-mcp -- npx -y @chrischall/remind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "remind-mcp": {
      "args": [
        "-y",
        "@chrischall/remind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.remind-mcp]
command = "npx"
args = ["-y", "@chrischall/remind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "remind-mcp": {
      "args": [
        "-y",
        "@chrischall/remind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "remind-mcp": {
      "args": [
        "-y",
        "@chrischall/remind-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Remind MCP

same job, measured the same way
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Gotify RMCP
by dinglebear

Gotify notifications and app, client, and message management over MCP and CLI.

91 installs/wk local only
ntfy
by ni-c

Publish ntfy notifications, read the message cache, and manage users and topic access

295 installs/wk local only
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

local only
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

1 025 installs/wk local only
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

65 installs/wk local only
Gotify MCP
by tootie

MCP server for self-hosted Gotify push notifications and message management.

66 installs/wk local only
Simpletexting
by usefulapi

Send SMS/MMS, manage contacts, and read campaigns, messages and media on SimpleTexting.

11 tools answering

Remind MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Remind MCP?
Remind MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chrischall/remind-mcp was installed 775 times last week.
How do I connect Remind MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chrischall/remind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Remind MCP?
The npm package @chrischall/remind-mcp was installed 775 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Remind MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.