mcpbeat

Apprise RMCP MCP Server

local only

Apprise RMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 520 installs a week from npm. Last commit 5 Aug 2026.

Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.

Installs per day peak 295 · avg 17
a month agotoday
520
Installs / week
npm · @dinglebear/rapprise
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

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 rapprise -- npx -y @dinglebear/rapprise
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rapprise": {
      "args": [
        "-y",
        "@dinglebear/rapprise"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rapprise]
command = "npx"
args = ["-y", "@dinglebear/rapprise"]
.cursor/mcp.json
{
  "mcpServers": {
    "rapprise": {
      "args": [
        "-y",
        "@dinglebear/rapprise"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rapprise": {
      "args": [
        "-y",
        "@dinglebear/rapprise"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Apprise RMCP

same job, measured the same way
Arcane RMCP
by dinglebear

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

80 installs/wk local only
Gotify RMCP
by dinglebear

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

66 installs/wk local only
Discord MCP
by cappyeo

Connect AI clients to a caller-owned Discord bot with 201 tools over stdio or authenticated HTTP.

2 432 installs/wk local only
Labby
by dinglebear

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

359 installs/wk local only
Serial MCP
by qarnet

MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.

local only
930m310n
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

167 installs/wk local only
Geomelon MCP
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

local only
MCP Notifications
by topvisor

MCP server for desktop notifications over stdio

41 installs/wk local only

Apprise RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apprise RMCP?
Apprise RMCP 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 @dinglebear/rapprise was installed 520 times last week.
How do I connect Apprise RMCP?
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 @dinglebear/rapprise straight from npm; nothing to host, nothing to sign up for.
How many people use Apprise RMCP?
The npm package @dinglebear/rapprise was installed 520 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 Apprise RMCP open source?
Yes — it is published under the MIT licence, written in Rust and 1 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.