MCP.so
Sign In
M

Message Mcp

@gimjin

About Message Mcp

Real-time push notifications and alert sounds free you from staring at the screen. While the AI works, you can comfortably enjoy a cup of coffee.

Basic information

Category

Communication

Transports

stdio

Publisher

gimjin

Submitted by

gimjin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "message-mcp": {
      "command": "npx",
      "args": [
        "message-mcp@latest"
      ]
    }
  }
}

Tools

1

Notify me upon successful completion of task execution

Overview

What is Message Mcp?

Message Mcp is an MCP server that provides real-time desktop notifications and sound alerts when AI tasks are completed. It integrates with AI coding tools such as Cursor, Copilot, and Claude Code, freeing developers from constantly watching progress bars.

How to use Message Mcp?

Install by adding the server to your MCP configuration with the command npx message-mcp@latest (use cmd /c npx message-mcp@latest on Windows). Optionally configure email notifications by passing --smtp-url with an SMTP URL, or webhook notifications by passing --webhook-url.

Key features of Message Mcp

  • Instant desktop notification popups when AI tasks finish
  • Audio sound alerts to signal completion
  • Email notification support via SMTP configuration
  • Webhook notification to custom URL endpoints

Use cases of Message Mcp

  • Get notified when an AI code generation task completes
  • Receive alerts while away from the computer
  • Chain multiple AI tasks and be alerted on each completion
  • Integrate with CI or automation workflows via webhooks

FAQ from Message Mcp

What are the system requirements for Message Mcp?

macOS requires version 10.8 or newer. Linux needs notify-osd or libnotify-bin installed (Ubuntu includes them by default). Windows requires version 8 or newer (taskbar balloon notifications for older versions).

How do I enable Windows system notifications?

Go to Settings > Notifications & actions > “Get notifications from apps and other senders” and ensure it is enabled.

How do I fix missing notifications in WSL2?

Find the snoretoast executables in the node_modules path and run chmod +x on them to restore OS notification functionality.

How do I set up email notifications?

Add the --smtp-url argument to the server configuration with a valid SMTP URL, for example smtp://user:[email protected]:587 for Gmail.

How do I set up webhook notifications?

Add the --webhook-url argument to the server configuration with your custom endpoint URL, for example --webhook-url=https://your-webhook-endpoint.com/notify.

Comments

More Communication MCP servers