Skip to content
Zed

ntfy for Zed

io.github.ni-c/ntfy-mcp

Publish ntfy notifications, read the message cache, and manage users and topic access

client:Zed transport:stdio runtime:npm

Install ntfy in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ntfy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/ntfy-mcp"
      ],
      "env": {
        "NTFY_URL": "<NTFY_URL>",
        "NTFY_TOKEN": "<NTFY_TOKEN>",
        "NTFY_USERNAME": "<NTFY_USERNAME>",
        "NTFY_PASSWORD": "<NTFY_PASSWORD>",
        "NTFY_TOPICS": "<NTFY_TOPICS>",
        "NTFY_READ_ONLY": "<NTFY_READ_ONLY>",
        "NTFY_INSECURE_TLS": "<NTFY_INSECURE_TLS>",
        "NTFY_ALLOW_TOOLS": "<NTFY_ALLOW_TOOLS>",
        "NTFY_DENY_TOOLS": "<NTFY_DENY_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ntfy in other clients