Back to MCP Servers
🔌

Cactusinhand/mcp_server_notify

MIT

🐍 🏠 - A MCP server that send desktop notifications with sound effect when agent tasks are completed.

PythonProductivity

Install

npx -y cactusinhand-mcp-server-notify

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cactusinhand-mcp-server-notify": {
      "command": "npx",
      "args": [
        "-y",
        "cactusinhand-mcp-server-notify"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.