Loading MCP server directory, please wait...
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
npx @getmcp/cli add io.github.mrfqcentic/mcp-notifyRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mrfqcentic/mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}