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?
生产力 分类下的更多 MCP 服务器
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论