10 months ago
A MCP server to send notification when task finish.
Server Config
{
"mcpServers": {
"task-notification": {
"command": "env",
"args": [
"npx",
"-y",
"task-notification-mcp-server"
]
}
}
}