Skip to content
Cursor

ntfy for Cursor

io.github.ni-c/ntfy-mcp

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

client:Cursor transport:stdio runtime:npm

Install ntfy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ntfy-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ntfy in other clients