mcpbeat Sign in

MCP Notify MCP Server

local only

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

Installs per day peak 212 · avg 14 · +13% w/w
a month agotoday
32
Installs / week
npm · @mrfqcentic/mcp-notify
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 8 min ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/index.ts:58
      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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-notify -- npx -y @mrfqcentic/mcp-notify
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-notify": {
      "args": [
        "-y",
        "@mrfqcentic/mcp-notify"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-notify]
command = "npx"
args = ["-y", "@mrfqcentic/mcp-notify"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-notify": {
      "args": [
        "-y",
        "@mrfqcentic/mcp-notify"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-notify": {
      "args": [
        "-y",
        "@mrfqcentic/mcp-notify"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Notify

same job, measured the same way
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
AgentTasker MCP Server
by s3brr

Minimal stdio MCP server for parallel task execution by AI agents.

79 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
Limps
by paulbreuler

MCP planning server for AI agents — plan management, full-text search, and task lifecycle

82 installs/wk local only
AgentMarketplace
by raditotev

MCP Server for an Agent Task Marketplace

22 tools answering
Agent Pattern MCP
by olk

MCP server that provides AI agent pattern expertise for designing agent systems

90 installs/wk local only
ProfitPlay
by jarvismaximum-hue

MCP server for the live ProfitPlay BTC five-minute AI agent sandbox

local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only

MCP Notify — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Notify?
MCP Notify runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfqcentic/mcp-notify was installed 32 times last week.
How do I connect MCP Notify?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfqcentic/mcp-notify straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Notify?
The npm package @mrfqcentic/mcp-notify was installed 32 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Notify open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.