Notifications

Notifications

Local
@topvisor2JavaScriptApache-2.0Updated 4mo ago

MCP server for desktop notifications over stdio

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).

npm@topvisor/mcp-notificationsv1.0.3

Run

npx -y @topvisor/mcp-notifications

MCP client config

{
  "mcpServers": {
    "notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@topvisor/mcp-notifications"
      ]
    }
  }
}