ntfy-mcp-server

RyanCraighead/ntfy-mcp-server
★ 0 stars Python 💬 Communication Updated today
Tiny stdio MCP server for sending phone notifications through ntfy.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ntfy-mcp-server": {
      "command": "uvx",
      "args": [
        "ntfy-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ntfy-mcp-server

Topics

codexmcpnotificationsntfypython