Back to MCP Servers
Ntfy
The MCP server that keeps you informed by sending the notification on phone using ntfy
communication
By teddyzxcv
Installation
npx -y ntfy-mcpConfiguration
{
"mcpServers": {
"ntfy-mcp": {
"command": "npx",
"args": ["-y", "ntfy-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes