📢 MCP Notify Server
@Cactusinhand
About 📢 MCP Notify Server
Send system notification when Agent task is done.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server_notify": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Notify Server?
MCP Notify Server is an MCP (Model Context Protocol) server that sends desktop notifications with sound effects when AI agent tasks are completed. It integrates with various LLM clients and supports Windows, macOS, and Linux.
How to use MCP Notify Server?
Install via pip install mcp-server-notify or uv pip install mcp-server-notify. After installation, add the server configuration to your MCP client (e.g., Claude Desktop, Cursor, or VSCode). Add a prompt such as "finally, send me a notification when task finished." to trigger the notification. For Windows, additionally install pywin32; for macOS, install terminal-notifier via Homebrew.
Key features of MCP Notify Server
- Sends system desktop notifications after agent task completion
- Plays alert sounds to grab user attention
- Cross‑platform support (Windows, macOS, Linux)
- Built on the standard MCP protocol for easy LLM integration
Use cases of MCP Notify Server
- Notify users when a long-running AI agent task finishes
- Provide an audible alert for completed background analyses
- Get desktop pop‑ups from LLM‑based coding assistants (e.g., Cursor, Claude)
FAQ from MCP Notify Server
How does MCP Notify Server send notifications?
It uses the Apprise API for delivering desktop notifications and includes a bundled sound file for audio alerts.
What dependencies are required per platform?
Windows requires pywin32. macOS requires terminal-notifier (installable via brew). Linux has no additional dependencies listed.
Can MCP Notify Server run in Docker?
No, Docker is not currently supported due to environment compatibility issues with host notification systems.
What prompt do I need to add to trigger a notification?
Add a phrase such as “finally, send me a notification when task finished.” at the end of your task input to the AI agent.
How can I test the installation?
Run python -m mcp_server_notify with optional --debug or --file flags to verify the module works correctly.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments