Loading MCP server directory, please wait...
Publish ntfy notifications, read the message cache, and manage users and topic access
npx @getmcp/cli add io.github.ni-c/ntfy-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NTFY_URLBase URL of the ntfy server, e.g. https://ntfy.example.net. There is deliberately no default.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/ntfy-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/ntfy-mcp"
],
"env": {
"NTFY_URL": "",
"NTFY_TOKEN": "",
"NTFY_USERNAME": "",
"NTFY_PASSWORD": "",
"NTFY_TOPICS": "",
"NTFY_READ_ONLY": "",
"NTFY_INSECURE_TLS": "",
"NTFY_ALLOW_TOOLS": "",
"NTFY_DENY_TOOLS": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Gotify push notifications and message management.
Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.
Gotify notifications and app, client, and message management over MCP and CLI.