Task Notification
@CreateSun
Task Notification について
A MCP server to send notification when task finish.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"task-notification": {
"command": "env",
"args": [
"npx",
"-y",
"task-notification-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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?
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

Time
modelcontextprotocolModel Context Protocol Servers
Npx Y convex@latest mcp start
get-convexThe open-source reactive database for app developers
コメント