The MCP Server Notifier is a lightweight Node.js server that sends webhook notifications, especially beneficial for developers using AI agents across multiple projects. It enables task completion alerts for better project management.
The MCP Server Notifier is a lightweight Node.js server that sends webhook notifications, especially beneficial for developers using AI agents across multiple projects. It enables task completion alerts for better project management.
npm install -g mcp-server-notifierAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-notifier": {
"command": "npx",
"args": [
"-y",
"npm install -g mcp-server-notifier"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Server Notifier?"
No configuration required. This server works out of the box.
"What resources are available in MCP Server Notifier?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Server Notifier"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Server Notifier with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.