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.

コメント

「その他」の他のコンテンツ