MCP Server Notifier
About
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.
Details
- Author
- tuberrabbit
- GitHub stars
- 4
- Downloads
- 182
- Categories
- Communication, Other, Automation, Developer Tools
Jump to
- 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).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server NotifierCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server notifier": {
"mcp-server-notifier": {
"command": "docker",
"args": [
"pull",
"zudsniper/mcp-server-notifier:latest"
]
}
}
}
}
McpServers
{
"mcp-server-notifier": {
"command": "docker",
"args": [
"pull",
"zudsniper/mcp-server-notifier:latest"
]
}
}
MCP Server Notifier
A lightweight notification service that integrates with MCP (Model Context Protocol) to send webhooks when AI agents complete tasks.

Authors
Originally created by tuberrabbit@gmail.com. Currently maintained by zudsniper.Features
- Webhook Notifications: Receive alerts when your AI agents complete tasks
- Multiple Webhook Providers: Support for Discord, Slack, Microsoft Teams, Feishu, Ntfy, and custom webhooks
- Image Support: Include images in notifications via Imgur
- Multi-Project Support: Efficiently manage notifications across different projects
- Easy Integration: Simple setup with AI tools like Cursor
- Customizable Messages: Send personalized notifications with title, body, and links
Installation
Option 1: Using npm
npm install -g mcp-server-notifier
Option 2: Using Docker
```bash
docker pull zudsniper/mcp-server-notifier:latest
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


