Cactusinhand/mcp_server_notify
A MCP server that send desktop notifications with sound effect when agent tasks are completed.
Quick Start
Clone the repository:
git clone https://github.com/Cactusinhand/mcp_server_notifyClaude Desktop configuration example:
{
"mcpServers": {
"mcpservernotify": {
"command": "npx",
"args": [
"-y",
"Cactusinhand/mcp_server_notify"
]
}
}
}Check the repository README for specific installation and configuration instructions.