Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’¬ Communication
  3. MCP Server Notify
MCP Server Notify logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:02:57 PM

MCP Server Notify

User RatingsBe the first to rate and review this MCP server!
View Repository54 GitHub StarsTotal stargazers on GitHub for the source repository (54 stars).Visit Website
desktop-notificationsmcpproductivitypython

Sends desktop notifications with an alert sound when an AI agent finishes a task.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cactusinhand-mcp-server-notify": {
      "command": "uvx",
      "args": [
        "mcp-server-notify"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ’¬ More in Communication

Overview

Cactusinhand/mcp_server_notify MCP server lets AI agents trigger desktop notifications with an accompanying alert sound. It runs locally over the standard MCP protocol and uses Apprise for desktop notification delivery. Reach for Cactusinhand/mcp_server_notify MCP server when long-running agent tasks need to get a user's attention without requiring the user to watch the client. It supports Windows, macOS, and Linux, with additional platform-specific requirements on Windows and macOS.

Use cases

•Notify a user when a long-running agent task finishes
•Play an alert when an unattended workflow completes
•Add completion notifications to Cursor agent rules
•Trigger a desktop alert from VS Code Copilot agent mode

Key features

•Desktop notifications
•Completion alert sounds
•Windows, macOS, and Linux support
•Apprise-based notification delivery
•Debug and log-file options
•Standard MCP integration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Notify.

Extracted Tool Capabilities
Desktop notifications
Completion alert sounds
Windows, macOS, and Linux support
Apprise-based notification delivery
Debug and log-file options
Standard MCP integration

How MCP Server Notify works

What Cactusinhand/mcp_server_notify MCP server does

Cactusinhand/mcp_server_notify MCP server gives an agent a way to notify the user through the local desktop when a task is complete. Notifications include a sound effect, and the project includes the sound file used for the alert. The intended workflow is to add an instruction such as asking the agent to notify you after finishing a task, then let the agent invoke the notification capability.

The server is designed for desktop environments rather than hosted notification delivery. It supports Windows, macOS, and Linux, and follows the standard Model Context Protocol so it can be configured in MCP-compatible clients.

How it works

The package runs as a local Python MCP process. Desktop notification delivery is implemented through the Apprise API, while the MCP client exposes the notification action to the agent. In VS Code with Copilot agent mode, the README identifies the action as send_notification; equivalent client behavior depends on how the MCP client presents server tools.

After the server is registered with a client, an agent can call the notification action when it reaches a completion point. For Cursor, the README suggests adding a completion instruction to prompts or configuring it as a rule. The server does not provide Docker support because native host notification access is not currently available from the project's Docker setup.

Setup and configuration

Install the package from PyPI with either uv pip install mcp-server-notify or pip install mcp-server-notify. The module can be started with python -m mcp_server_notify. It also accepts --debug and a --file option for logging; the documented example uses --log-file=path/to/logfile.log.

For clients that support uvx, the package can be launched with uvx mcp-server-notify. Claude Desktop and Cursor examples instead show a local uv configuration using the project directory and uv run mcp-server-notify, or a Python module configuration using python -m mcp_server_notify.

Platform dependencies may be required. Windows needs pywin32. macOS needs the terminal-notifier utility installed through Homebrew. The README does not list an additional desktop dependency for Linux.

Tools and capabilities

  • Sends a system desktop notification after an agent task completes.
  • Plays an alert sound to draw attention to the notification.
  • Exposes a notification action for MCP clients, identified as send_notification in the VS Code usage instructions.
  • Supports local use on Windows, macOS, and Linux.
  • Provides debug and log-file command-line options.

Limitations and notes

Cactusinhand/mcp_server_notify MCP server depends on the desktop environment being able to receive native notifications. The required setup differs by operating system, so a successful Python package installation alone may not be sufficient on Windows or macOS.

Docker is documented as unavailable because containers are isolated from host operating-system notification facilities and the project would need to handle different native notification systems and dependencies. The provided material does not document remote hosting, authentication, notification history, or delivery to external messaging services. Cactusinhand/mcp_server_notify MCP server is licensed under MIT.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    šŸ’¬ Communication1 views
    Compare vs Slack MCP Server →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    šŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server →
  • Ntfy MCP logoNtfy MCP

    The MCP server that keeps you informed by sending the notification on phone using ntfy

    šŸ’¬ Communication4 views
    Compare vs Ntfy MCP →
  • Neurodock logoNeurodock

    Local-first cognitive substrate for neurodivergent professionals: a translator for corporate ambiguity, a planner, and a guardrail that declines to amplify rumination, hyperfocus, or sycophancy. Hosted stateless tools over OAuth.

    šŸ’¬ Communication1 views
    Compare vs Neurodock →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
54
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Notify

Install the PyPI package with `uv pip install mcp-server-notify` or `pip install mcp-server-notify`. You can run it with `python -m mcp_server_notify`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Notify AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cactusinhand-mcp-server-notify?style=directory)](https://allmcps.com/mcp/cactusinhand-mcp-server-notify)
HTML Embed
<a href="https://allmcps.com/mcp/cactusinhand-mcp-server-notify"><img src="https://allmcps.com/api/badge/cactusinhand-mcp-server-notify?style=directory" alt="MCP Server Notify on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’¬Communication
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars54
GitHub Star CountTotal stargazers on GitHub representing community popularity (54 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 18, 2025
40Quality signal: Fair Ā· 40/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· mcp-server-notify (PyPI)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’¬ Communication →Best MCP servers for Slack & Communication →Alternatives to MCP Server Notify →Install in Claude DesktopInstall in CursorInstall in VS Code