Odel
mcp notifications

mcp notifications

Local
@artemeey2JavaScriptApache-2.0Updated 3mo 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": {
    "mcp-notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@topvisor/mcp-notifications"
      ]
    }
  }
}