MCP Server Notifier
@tuberrabbit
About MCP Server Notifier
Lightweight Node.js server sending webhook notifications. Ideal for devs using AI agents (e.g., Cursor) on multi-projects, alerting task completion for efficient switching. Features webhook alerts, multi-project dev, AI integration, easy setup for dev tools & automation.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-notifier": {
"command": "docker",
"args": [
"pull",
"zudsniper/mcp-server-notifier:latest"
]
}
}
}Tools
1Send rich notifications to any configured webhook
Overview
What is MCP Server Notifier?
A lightweight notification service that integrates with MCP (Model Context Protocol) to send webhooks when AI agents complete tasks. It supports multiple webhook providers and customizable messages.
How to use MCP Server Notifier?
Install globally via npm (npm install -g mcp-server-notifier), Docker (docker pull zudsniper/mcp-server-notifier), or from source. Configure with environment variables WEBHOOK_URL and WEBHOOK_TYPE, then invoke via MCP client or Cursor integration. The server exposes a notify tool for sending rich notifications.
Key features of MCP Server Notifier
- Send webhook notifications when AI agents finish tasks.
- Supports Discord, Slack, Microsoft Teams, Feishu, Ntfy, and generic JSON.
- Include images in notifications via Imgur integration.
- Multi-project management with separate webhook configurations.
- Customizable messages with title, body, link, and attachments.
- Template support for ntfy (status, question, progress, problem).
Use cases of MCP Server Notifier
- Alerting a team when a long-running data processing task completes.
- Sending progress updates for automated build or backup jobs.
- Reporting errors or critical issues from an AI agent to a chat channel.
- Notifying a user about a question that requires human input.
- Tracking status of multiple projects through a single notification server.
FAQ from MCP Server Notifier
Which webhook types are supported?
Discord, Slack, Microsoft Teams, Feishu, Ntfy, and Generic JSON (via WEBHOOK_TYPE).
How do I use authentication tokens?
Set WEBHOOK_TOKEN for ntfy webhooks only; it is sent as a Bearer token in the Authorization header. Basic authentication is not supported, and the token is ignored by other providers.
Can I include images in notifications?
Yes. Use the optional image parameter with a local file path to upload to Imgur, or provide an imageUrl for an external image. Imgur upload requires a clientId in the configuration.
What parameters does the notify tool accept?
message (required), plus optional title, link, imageUrl, image, priority (ntfy only, 1-5), attachments (ntfy only), template, templateData, and actions (ntfy only).
Are templates fully supported?
Templates (status, question, progress, problem) are currently under development with limited support. They work best with ntfy.sh but may not be fully implemented for all webhook providers.
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Comments