Task Notification
@CreateSun
About Task Notification
A MCP server to send notification when task finish.
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?
Frequently asked questions
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`.
Basic information
More Productivity MCP servers
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
Comments