MCP Notify
Rank #6,274io.github.aahl/mcp-notify
MCP server providing notify capabilities
MCP Notify is a Model Context Protocol (MCP) server published by aahl. It ranks #6,274 of 115,460 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. MCP Notify is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 12 tracked versions. It was first listed on Oct 24, 2025 and most recently updated on Mar 26, 2026.
Ranks ahead of 109,186 of 115,460 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 -- uvx mcp-notifyclaude mcp add mcp-notify -- docker run -i --rm ghcr.io/aahl/mcp-notify:main[mcp_servers.mcp-notify]
command = "uvx"
args = ["mcp-notify"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-notify]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/aahl/mcp-notify:main"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:main"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:main"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-notify": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-notify"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-notify": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:main"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:main"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-notify": {
"command": "uvx",
"args": [
"mcp-notify"
]
}
}
}{
"mcpServers": {
"mcp-notify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-notify:main"
]
}
}
}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.aahl%2Fmcp-notify)<a href="https://mcptoplist.com/server/io.github.aahl%2Fmcp-notify"><img src="https://mcptoplist.com/badge/io.github.aahl%2Fmcp-notify.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
aahl
Other servers by aahl
View all aahl servers →Available versions (12)
| Version | Published |
|---|---|
| 0.1.11 | Mar 26, 2026 |
| 0.1.10 | Feb 24, 2026 |
| 0.1.9 | Feb 1, 2026 |
| 0.1.8 | Dec 19, 2025 |
| 0.1.7 | Nov 17, 2025 |
| 0.1.6 | Nov 9, 2025 |
| 0.1.5 | Nov 8, 2025 |
| 0.1.4 | Nov 2, 2025 |
| 0.1.3 | Oct 28, 2025 |
| 0.1.2 | Oct 26, 2025 |
| 0.1.1 | Oct 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Notify?
- MCP Notify is maintained by aahl, which publishes 4 MCP servers (37 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 Smithery, Glama and PulseMCP.
- How many versions does MCP Notify have?
- MCP Toplist tracks 12 versions of MCP Notify, most recently published on Mar 26, 2026.
- Where can I find the source code for MCP Notify?
- The source code for MCP Notify is hosted at github.com/aahl/mcp-notify.