MCP.so
登录

📢 MCP Notify Server

@Cactusinhand

关于 📢 MCP Notify Server

Send system notification when Agent task is done.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

Cactusinhand

提交者

Colin Lee

配置

使用下面的配置,将此服务器添加到你的 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 服务器