Skip to main content
CommunicationPython

Cactusinhand/mcp_server_notify

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

communicationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Cactusinhand/mcp_server_notify

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcpservernotify": {
      "command": "npx",
      "args": [
        "-y",
        "Cactusinhand/mcp_server_notify"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
Cactusinhand