Odel
NotifyHub — Unified Notification MCP Server

NotifyHub — Unified Notification MCP Server

Local
@gabrielbbaldez5JavaMITUpdated 5mo ago

Send notifications across 23 channels with 36 AI-ready tools. One API, zero boilerplate.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/gabrielbbaldez/notify-hub:1.1.0

Run

docker run -i --rm ghcr.io/gabrielbbaldez/notify-hub:1.1.0

MCP client config

{
  "mcpServers": {
    "notifyhub-unified-notification-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gabrielbbaldez/notify-hub:1.1.0"
      ]
    }
  }
}