Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Minimal MCP server that plays a notification sound and shows a system banner on your computer whenever your AI agent finishes a task or needs your attention.
Works with any MCP client: Claude Desktop, Claude Code, Cursor, VS Code, opencode, Cline, and more. One 3-line config, no API keys, no network calls β it only touches your local audio and notification facilities.
Add to your client's MCP config (Claude Desktop claude_desktop_config.json, Cursor / VS Code mcp.json, or opencode config):
(opencode users: same shape under the mcp key with "type": "local" and "command": ["npx", "-y", "@mrfqcentic/mcp-notify"].)
Requires Node.js >= 20.
Add one line to your AGENTS.md / CLAUDE.md / system prompt:
notifyPlays the sound and shows a banner. The agent always supplies title (max 50 chars) and message (max 200 chars).
| Param | Required | Description |
|---|---|---|
title | yes | Short banner title, e.g. "Build finished" |
message | yes | 1β2 sentence description, e.g. "All 142 tests passed" |
sound | no | Absolute path to any audio/video file with audio (mp4, m4a, mp3, wav, aiff) |
list_soundsLists available sounds and the currently selected default.
Resolution order:
NOTIFY_SOUND env var β absolute path, explicit and deterministicsounds/ folder whose name starts with default (your pin)sounds/ folder (alphabetical β notify-me.mp3 ships here as the bundled default)assets/Glass.aiff, Linux bell.oga)Tip: rename or copy your favorite sound to sounds/default.mp3 (or set NOTIFY_SOUND) to make it stick.
The bundled sounds/notify-me.mp3 was generated with ElevenLabs under a commercial license.
Tip: MP4 files with an audio track work too (macOS afplay reads the audio stream).
| OS | Sound | Banner |
|---|---|---|
| macOS | afplay (tested) | osascript (tested) |
| Linux | ffplay / mpg123 / paplay / aplay fallback chain (best effort) | notify-send (best effort) |
| Windows | PowerShell MediaPlayer (best effort) | PowerShell NotifyIcon balloon (best effort) |
Any CI env value makes sound and banner playback no-ops (set automatically in CI workflows) so the test suite can run on machines without audio.
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-notify)<a href="https://allmcps.com/mcp/mcp-notify"><img src="https://allmcps.com/api/badge/mcp-notify?style=directory" alt="MCP Notify on AllMCPs" /></a>