mcp notify for Claude Desktop
io.github.mrfqcentic/mcp-notify
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp notify in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs