MCP Notify runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 21 Aug 2026.
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
We read the source, 8 min ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
child = spawn(cmd, args, { stdio: ["ignore", "ignore", "pipe"], detached: true, windowsHide: true });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-notify -- npx -y @mrfqcentic/mcp-notify
{
"mcpServers": {
"mcp-notify": {
"args": [
"-y",
"@mrfqcentic/mcp-notify"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-notify]
command = "npx"
args = ["-y", "@mrfqcentic/mcp-notify"]
{
"mcpServers": {
"mcp-notify": {
"args": [
"-y",
"@mrfqcentic/mcp-notify"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-notify": {
"args": [
"-y",
"@mrfqcentic/mcp-notify"
],
"command": "npx"
}
}
}
Connect AI coding agents to Anima Playground, Figma, and your design system.
Minimal stdio MCP server for parallel task execution by AI agents.
Persistent memory and virtual filesystem MCP server for AI agents.
MCP planning server for AI agents — plan management, full-text search, and task lifecycle
MCP Server for an Agent Task Marketplace
MCP server that provides AI agent pattern expertise for designing agent systems
MCP server for the live ProfitPlay BTC five-minute AI agent sandbox
An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents
Answers built from our own checks of this server.