mcpbeat

Gotify RMCP MCP Server

ai.dinglebear/rgotify
local only

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

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

Installs per day peak 44 · avg 2
a month agotoday
66
Installs / week
npm · @dinglebear/rgotify
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 rgotify -- npx -y @dinglebear/rgotify
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rgotify]
command = "npx"
args = ["-y", "@dinglebear/rgotify"]
.cursor/mcp.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gotify RMCP

same job, measured the same way
Gotify RMCP
by dinglebear

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

119 installs/wk local only
Gotify MCP
by kcofoni

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

local only
Gotify MCP
by tootie

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

74 installs/wk local only
Ntfy MCP Server
by cyanheads

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

549 installs/wk local only
Apprise RMCP
by dinglebear

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

520 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Semrush Appcenter
by mcparmory

Manage subscriptions, users, and send event notifications for Semrush apps

121 installs/wk local only
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 — questions

Answers built from our own checks of this server.

Why is there no uptime for Gotify RMCP?
Gotify 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/rgotify was installed 66 times last week.
How do I connect Gotify 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/rgotify straight from npm; nothing to host, nothing to sign up for.
How many people use Gotify RMCP?
The npm package @dinglebear/rgotify was installed 66 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 Gotify 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.