📢 MCP Notify Server
@Cactusinhand
关于 📢 MCP Notify Server
Send system notification when Agent task is done.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp_server_notify": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论