Server data from the Official MCP Registry
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
About
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
Security Report
mcp-notify is a well-designed notification server with strong security practices. It requires no authentication (appropriate for local-only operation), properly validates input, safely spawns platform-specific commands with escaped arguments, and limits permissions to local sound/banner operations. Minor code quality observations around broad exception handling and late-error logging do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mrfqcentic-mcp-notify": {
"args": [
"-y",
"@mrfqcentic/mcp-notify"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
mcp-notify
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.
Install
Add to your client's MCP config (Claude Desktop claude_desktop_config.json, Cursor / VS Code mcp.json, or opencode config):
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": ["-y", "@mrfqcentic/mcp-notify"]
}
}
}
(opencode users: same shape under the mcp key with "type": "local" and "command": ["npx", "-y", "@mrfqcentic/mcp-notify"].)
Requires Node.js >= 20.
Make the agent call it
Add one line to your AGENTS.md / CLAUDE.md / system prompt:
When a task is done or the user should be alerted, call the `notify` tool with a short title and a 1–2 sentence description of the result.
Tools
notify
Plays 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_sounds
Lists available sounds and the currently selected default.
Choosing your sound
Resolution order:
NOTIFY_SOUNDenv var — absolute path, explicit and deterministic- A file in the
sounds/folder whose name starts withdefault(your pin) - First audio file in the
sounds/folder (alphabetical —notify-me.mp3ships here as the bundled default) - The generated chime in
assets/ - The system sound (macOS
Glass.aiff, Linuxbell.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.
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": ["-y", "@mrfqcentic/mcp-notify"],
"env": { "NOTIFY_SOUND": "/absolute/path/to/your-sound.mp3" }
}
}
}
Tip: MP4 files with an audio track work too (macOS afplay reads the audio stream).
Platforms
| 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.
Development
npm install
npm run typecheck
npm test # builds, then runs the e2e suite (sound + banner fire locally)
License
MIT — see LICENSE.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
