Task Notification

by CreateSun

264 downloads
Not rated
GitHub

About

A MCP server to send notification when task finish.

Details

Author
CreateSun
Downloads
264
Categories
Productivity

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Task Notification
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "task notification": {
            "task-notification": {
                "command": "env",
                "args": [
                    "npx",
                    "-y",
                    "task-notification-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "task-notification": {
        "command": "env",
        "args": [
            "npx",
            "-y",
            "task-notification-mcp-server"
        ]
    }
}

NPM:

https://www.npmjs.com/package/task-notification-mcp-server

Task Notification MCP Server

A MCP server to send notification when task finish.

Usage

npx -y task-notification-mcp-server

Options

--sound

Set the sound of the notification.

npx -y task-notification-mcp-server --sound Basso

npx -y task-notification-mcp-server --s Basso

Available sounds:

Basso
Bottle
Funk
Hero
Ping
Purr
Submarine
Tink

--random

Set the sound of the notification to a random sound.

npx -y task-notification-mcp-server --random
npx -y task-notification-mcp-server --r

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.