Task Notification
About
A MCP server to send notification when task finish.
Details
- Author
- CreateSun
- Downloads
- 264
- Categories
- Productivity
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Task NotificationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



