Notifykit
Rank #18,309io.github.sathergate/notifykit
MCP server providing notifykit capabilities
Notifykit is a Model Context Protocol (MCP) server published by sathergate. It ranks #18,309 of 115,460 servers tracked on MCP Toplist, and its repository has 109 GitHub stars. Notifykit is listed on Official MCP, with 1 tracked version. It was first listed on Mar 29, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 97,151 of 115,460 servers on MCP Toplist.
Use Notifykit
claude mcp add notifykit -- npx -y @sathergate/notifykit[mcp_servers.notifykit]
command = "npx"
args = ["-y", "@sathergate/notifykit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"notifykit": {
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"notifykit": {
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"notifykit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"notifykit": {
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"notifykit": {
"command": "npx",
"args": [
"-y",
"@sathergate/notifykit"
]
}
}
}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.sathergate%2Fnotifykit)<a href="https://mcptoplist.com/server/io.github.sathergate%2Fnotifykit"><img src="https://mcptoplist.com/badge/io.github.sathergate%2Fnotifykit.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sathergate
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 29, 2026 |
Frequently asked questions
- Who maintains Notifykit?
- Notifykit is maintained by sathergate, which publishes 7 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Notifykit listed on the Official MCP Registry?
- Yes — Notifykit is listed on the Official MCP Registry.
- How many versions does Notifykit have?
- MCP Toplist tracks 1 version of Notifykit, most recently published on Mar 29, 2026.
- Where can I find the source code for Notifykit?
- The source code for Notifykit is hosted at github.com/sathergate/sathergate-toolkit.