Skip to main content
Glama
mrfqcentic

mcp-notify

by mrfqcentic

mcp-notify

Minimaler MCP-Server, der einen Benachrichtigungston abspielt und ein Systembanner anzeigt, sobald Ihr KI-Agent eine Aufgabe abgeschlossen hat oder Ihre Aufmerksamkeit benötigt.

Funktioniert mit jedem MCP-Client: Claude Desktop, Claude Code, Cursor, VS Code, opencode, Cline und mehr. Eine 3-zeilige Konfiguration, keine API-Schlüssel, keine Netzwerkaufrufe – es greift nur auf Ihre lokalen Audio- und Benachrichtigungsfunktionen zu.

Installation

Fügen Sie es zur MCP-Konfiguration Ihres Clients hinzu (Claude Desktop claude_desktop_config.json, Cursor / VS Code mcp.json oder opencode-Konfiguration):

{
  "mcpServers": {
    "mcp-notify": {
      "command": "npx",
      "args": ["-y", "@mrfqcentic/mcp-notify"]
    }
  }
}

(opencode-Nutzer: gleiche Struktur unter dem mcp-Schlüssel mit "type": "local" und "command": ["npx", "-y", "@mrfqcentic/mcp-notify"].)

Erfordert Node.js >= 20.

Related MCP server: Notifications MCP Server

Lassen Sie den Agenten es aufrufen

Fügen Sie eine Zeile zu Ihrer AGENTS.md / CLAUDE.md / Systemaufforderung hinzu:

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

Spielt den Ton ab und zeigt ein Banner. Der Agent liefert immer title (max. 50 Zeichen) und message (max. 200 Zeichen).

Parameter

Erforderlich

Beschreibung

title

ja

Kurzer Bannertitel, z. B. „Build abgeschlossen“

message

ja

1–2-Satz-Beschreibung, z. B. „Alle 142 Tests bestanden“

sound

nein

Absoluter Pfad zu einer beliebigen Audio-/Videodatei mit Ton (mp4, m4a, mp3, wav, aiff)

list_sounds

Listet verfügbare Sounds und den aktuell ausgewählten Standard auf.

Auswahl Ihres Sounds

Reihenfolge:

  1. NOTIFY_SOUND-Umgebungsvariable – absoluter Pfad, explizit und deterministisch

  2. Eine Datei im Ordner sounds/, deren Name mit default beginnt

  3. Erste Audiodatei im Ordner sounds/ (alphabetisch – notify-me.mp3 wird hier als Standard mitgeliefert)

  4. Der generierte Klang in assets/

  5. Der Systemklang (macOS Glass.aiff, Linux bell.oga)

Tipp: Benennen Sie Ihren Lieblingssound um oder kopieren Sie ihn nach sounds/default.mp3 (oder setzen Sie NOTIFY_SOUND), damit er dauerhaft verwendet wird.

Der gebündelte sounds/notify-me.mp3 wurde mit ElevenLabs unter einer kommerziellen Lizenz erstellt.

{
  "mcpServers": {
    "mcp-notify": {
      "command": "npx",
      "args": ["-y", "@mrfqcentic/mcp-notify"],
      "env": { "NOTIFY_SOUND": "/absolute/path/to/your-sound.mp3" }
    }
  }
}

Tipp: MP4-Dateien mit einer Tonspur funktionieren ebenfalls (macOS afplay liest den Audiostream).

Plattformen

Betriebssystem

Sound

Banner

macOS

afplay (getestet)

osascript (getestet)

Linux

ffplay / mpg123 / paplay / aplay-Fallback-Kette (bestmöglich)

notify-send (bestmöglich)

Windows

PowerShell MediaPlayer (bestmöglich)

PowerShell NotifyIcon-Ballon (bestmöglich)

Jeder CI-Umgebungsvariablenwert macht die Ton- und Bannerwiedergabe zu No-ops (wird automatisch in CI-Workflows gesetzt), sodass die Testsuite auf Maschinen ohne Audio ausgeführt werden kann.

Entwicklung

npm install
npm run typecheck
npm test          # builds, then runs the e2e suite (sound + banner fire locally)

Lizenz

MIT – siehe LICENSE.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    Sends system notifications when AI completes responses in MCP-compatible code editors, with cross-platform support for macOS, Windows, and Linux including customizable titles, messages, icons, and sound effects.
    2
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to send native macOS notifications for task completion alerts and reminders. Supports interactive features like custom system sounds, action buttons, and user replies directly from the notification center.
    201
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to send desktop notifications on macOS with rich formatting, urgency levels, and sound options.
    1
    18
    1
    MIT
  • A
    license
    D
    quality
    D
    maintenance
    Enables MCP agents to send desktop notifications for completed tasks, failures, and important updates, providing visible and reliable feedback.
    1
    52
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Push notifications for AI agents - send instant iPhone notifications from any MCP client.

  • Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.

  • Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfqcentic/mcp-notify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server