mcpbeat Sign in

Notifykit MCP Server

local only

Notifykit runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 16 Jul 2026.

Unified notifications for Next.js. Multi-provider SMS, email, and push.

Installs per day peak 9 · avg 4 · +17% w/w
a month agotoday
26
Installs / week
npm · @sathergate/notifykit
109
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h 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.

Package points at a different repository sathergate/sathergate-toolkit
пакет @sathergate/notifykit ссылается на sathergate/herald

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 notifykit -- npx -y @sathergate/notifykit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "notifykit": {
      "args": [
        "-y",
        "@sathergate/notifykit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.notifykit]
command = "npx"
args = ["-y", "@sathergate/notifykit"]
.cursor/mcp.json
{
  "mcpServers": {
    "notifykit": {
      "args": [
        "-y",
        "@sathergate/notifykit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "notifykit": {
      "args": [
        "-y",
        "@sathergate/notifykit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Notifykit

same job, measured the same way
Email MCP
by marlinjai

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

236 installs/wk local only
Ray notifications
by gege-mn

Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.

141 installs/wk 21 tools answering
Pylos MCP
by adamvass

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

50 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
Tomba MCP Server
by tomba-io

MCP server for Tomba email finder, verification, and contact enrichment API

45 installs/wk 38 tools answering
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only

Notifykit — questions

Answers built from our own checks of this server.

Why is there no uptime for Notifykit?
Notifykit 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 @sathergate/notifykit was installed 26 times last week.
How do I connect Notifykit?
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 @sathergate/notifykit straight from npm; nothing to host, nothing to sign up for.
How many people use Notifykit?
The npm package @sathergate/notifykit was installed 26 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Notifykit open source?
We cannot say either way: written in TypeScript and 109 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.