MCP.so
Sign In
T

Task Notification

@CreateSun

About Task Notification

A MCP server to send notification when task finish.

Basic information

Category

Productivity

Transports

stdio

Publisher

CreateSun

Submitted by

Sun Create

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?

Comments

More Productivity MCP servers