Servers
T
Task Notification
@CreateSun
A MCP server to send notification when task finish.
Overview
What is Task Notification?
Task Notification is an MCP server that sends a notification when a long-running task finishes, providing immediate feedback.
How to use Task Notification?
Run npx -y task-notification-mcp-server in your terminal. Optionally, specify a sound with --sound <name> (e.g., Basso) or enable random sounds with --random.
Key features of Task Notification
- Sends a notification when a task completes.
- Supports selecting from 8 built‑in system sounds.
- Provides a random sound option.
- Runs via npx with no installation required.
- Simple command‑line interface.
Use cases of Task Notification
- Alerting you when a build, test, or script finishes.
- Getting notified of completion of long‑running data processing.
- Receiving feedback when a remote command execution ends.
FAQ from Task Notification
What sounds are available?
Basso, Bottle, Funk, Hero, Ping, Purr, Submarine, Tink.
How do I use a specific sound?
Pass the --sound (or -s) option followed by the sound name, e.g., --sound Ping.
How do I use a random sound?
Use the --random (or -r) flag to pick a random sound from the available list.
Does the server require any global installation?
No; it executes directly via npx -y task-notification-mcp-server.