Developer Tools
Trust: 37/100 (Limited)io.github.topvisor/mcp-notifications Guide
MCP server for desktop notifications over stdio
2 starsby Artemeey
Quick Start
Install
npx @topvisor/mcp-notificationsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-topvisor-mcp-notifications": {
"command": "npx",
"args": [
"@topvisor/mcp-notifications"
]
}
}
}