Notifications
Plays notification sounds via a Model Context Protocol server when tasks are completed by AI agents.
关于
The Notifications server provides a simple, configurable way for AI agents to signal task completion through sound notifications. Built using TypeScript, this Model Context Protocol (MCP) server exposes a `play_notification` tool, enabling agents to trigger audible alerts with optional accompanying messages. It supports cross-platform sound playback and offers several pre-configured sound options, or the ability to use custom MP3 files, making it a versatile and easily integrated component for any MCP-compatible AI workflow.
主要功能
- Plays notification sounds upon task completion
- Configurable sound via environment variable (MCP_NOTIFICATION_SOUND_PATH)
- Accepts an optional 'message' parameter to display with the notification
- Supports cross-platform sound playback (Windows and macOS)
- Includes pre-configured sound options
- 1 GitHub stars
使用案例
- Providing audible feedback for long-running processes
- Signaling successful execution of automated workflows
- Alerting users when an AI agent completes a task