Task Notification
@CreateSun
About Task Notification
A MCP server to send notification when task finish.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"task-notification": {
"command": "env",
"args": [
"npx",
"-y",
"task-notification-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
What operating systems are supported?
More Productivity MCP servers
ntfy-mcp: Your Friendly Task Completion Notifier
teddyzxcvGoogle Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Comments