Back to Apps
Notifications MCP
Supports UIby pinkpixel-dev
Play customizable notification sounds to alert you when AI agents complete long-running tasks.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to your system's audio output, allowing them to play a sound notification when a task is finished. This provides a non-intrusive way to monitor background agent work without staring at the terminal or chat window.
Tools
play_notification: Plays one of several built-in notification sounds (cosmic, fairy, gentle, pleasant, retro) or a custom MP3 file to signal task completion.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"notifications": {
"command": "npx",
"args": ["-y", "@pinkpixel/notification-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @pinkpixel/notification-mcpInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"notifications": {
"command": "npx",
"args": ["-y", "@pinkpixel/notification-mcp"]
}
}
}





