MCP Notifications runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 17 May 2026.
MCP server for desktop notifications over stdio
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-notifications -- npx -y @topvisor/mcp-notifications
{
"mcpServers": {
"mcp-notifications": {
"args": [
"-y",
"@topvisor/mcp-notifications"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-notifications]
command = "npx"
args = ["-y", "@topvisor/mcp-notifications"]
{
"mcpServers": {
"mcp-notifications": {
"args": [
"-y",
"@topvisor/mcp-notifications"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-notifications": {
"args": [
"-y",
"@topvisor/mcp-notifications"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.