Ntfy Me
Freeby MCP Community
An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!
v1.4.2Added Apr 12, 2026
ntfymcpmcp-servernotificationsmodelcontextprotocol
Ntfy Me MCP Server
An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!
Installation
Reviews
Installation
Quick install
npx -y ntfy-me-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ntfy-me": {
"command": "npx",
"args": ["-y", "ntfy-me-mcp"]
}
}
}