Best for
- Developers wanting to integrate AI workflows with mobile/desktop notifications
- AI agents that need task completion or error alerts
- Users of ntfy.sh or self-hosted ntfy instances
ntfy-me-mcp is a practical tool that lets AI agents easily send and fetch ntfy notifications. It supports public and self-hosted servers, offering rich notification features like priority, tags, and markdown. Installation is straightforward via npx or Docker. Security is addressed with token auth, though privacy on public topics is a consideration.
ntfy-me-mcp is a Model Context Protocol (MCP) server that enables AI assistants to send real-time notifications via the ntfy service (public or self-hosted with token support). It supports rich notifications with topics, titles, priorities, tags, and detailed messages, along with smart features like automatic URL detection for view actions and intelligent markdown formatting detection. The server can be quickly set up via npx or Docker.
{
"mcpServers": {
"ntfy-me-mcp": {
"command": "npx",
"args": [
"-y",
"ntfy-me-mcp"
],
"env": {
"NTFY_TOPIC": "your-ntfy-topic",
"NTFY_URL": "https://ntfy.sh",
"NTFY_TOKEN": "your-access-token"
}
}
}
}