mcpbeat Sign in

ntfy MCP Server

local only

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

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

Installs per day peak 295 · avg 9
a month agotoday
295
Installs / week
npm · @ni-c/ntfy-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check ntfy 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 ntfy-mcp -- npx -y @ni-c/ntfy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ntfy-mcp": {
      "args": [
        "-y",
        "@ni-c/ntfy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ntfy-mcp]
command = "npx"
args = ["-y", "@ni-c/ntfy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ntfy-mcp": {
      "args": [
        "-y",
        "@ni-c/ntfy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ntfy-mcp": {
      "args": [
        "-y",
        "@ni-c/ntfy-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ntfy

same job, measured the same way
Ntfy MCP Server
by cyanheads

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

1 025 installs/wk local only
Gotify RMCP
by dinglebear

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

local only
Remind MCP
by chrischall

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

775 installs/wk local only
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
Gotify MCP
by tootie

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

66 installs/wk local only
Semrush Appcenter
by mcparmory

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

316 installs/wk local only
OpenProject
by alex13slem

Manage OpenProject projects, work packages, files, relations, boards, users, and notifications.

50 installs/wk local only

ntfy — questions

Answers built from our own checks of this server.

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