mcp-notify
Rank #34,146io.github.mrfqcentic/mcp-notify
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
mcp-notify is a Model Context Protocol (MCP) server published by mrfqcentic. It ranks #34,146 of 132,113 servers tracked on MCP Toplist. mcp-notify is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 21, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 97,967 of 132,113 servers on MCP Toplist.
Use mcp-notify
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-notify -- npx -y @mrfqcentic/mcp-notify[mcp_servers.mcp-notify]
command = "npx"
args = ["-y", "@mrfqcentic/mcp-notify"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-notify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mrfqcentic%2Fmcp-notify)<a href="https://mcptoplist.com/server/io.github.mrfqcentic%2Fmcp-notify"><img src="https://mcptoplist.com/badge/io.github.mrfqcentic%2Fmcp-notify.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mrfqcentic
Other servers by mrfqcentic
View all mrfqcentic servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 21, 2026 |
Frequently asked questions
- Who maintains mcp-notify?
- mcp-notify is maintained by mrfqcentic, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is mcp-notify listed on the Official MCP Registry?
- Yes — mcp-notify is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-notify have?
- MCP Toplist tracks 1 version of mcp-notify, most recently published on Aug 21, 2026.
- Where can I find the source code for mcp-notify?
- The source code for mcp-notify is hosted at github.com/mrfqcentic/mcp-notify.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.