Back to MCP Servers
Server Notify
A MCP server that send desktop notifications with sound effect when agent tasks are completed.
communicationagent
By Cactusinhand
Installation
npx -y mcp_server_notifyConfiguration
{
"mcpServers": {
"mcp_server_notify": {
"command": "npx",
"args": ["-y", "mcp_server_notify"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes