Notifications
Freeby MCP Community
MCP server for desktop notifications over stdio
v1.0.3Added Apr 12, 2026
mcpmodel-context-protocolnotification
Notifications MCP Server
MCP server for desktop notifications over stdio
Installation
Reviews
Installation
Quick install
npx -y @topvisor/mcp-notifications
Add to claude_desktop_config.json
{
"mcpServers": {
"notifications": {
"command": "npx",
"args": ["-y", "@topvisor/mcp-notifications"]
}
}
}