notifications-mcp-server

charles-adedotun/notifications-mcp-server
★ 14 stars Python 🤖 AI/LLM Updated today
A Model Context Protocol (MCP) server that provides notifications for Claude Desktop on macOS. It plays configurable system sounds when Claude completes a task, enhancing user experience by eliminating the need for constant visual monitoring.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notifications-mcp-se": {
      "command": "uvx",
      "args": [
        "notifications-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install notifications-mcp-server

Topics

claudeclaude-desktopmacosmcpnotificationspython