MCP.so
登录
M

Message Mcp

@gimjin

关于 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.

基本信息

分类

沟通协作

传输方式

stdio

发布者

gimjin

提交者

gimjin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

1

Notify me upon successful completion of task execution

概览

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.

评论

沟通协作 分类下的更多 MCP 服务器