gimjin

πŸ’¬ Message MCP

Community gimjin
Updated

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.

πŸ’¬ Message MCP

🌐 Available in: δΈ­ζ–‡ | ν•œκ΅­μ–΄ | ζ—₯本θͺž

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.

πŸ€” Why Message MCP?

Are you still working like this?

  • πŸ‘€ Staring at the progress bar waiting for AI to generate code
  • πŸ”„ Constantly switching windows to check if ChatGPT has finished replying
  • ⏳ Afraid to leave your seat while Cursor, Copilot, Claude Code and more are running

Message MCP solves this problem!

✨ Features

  • πŸ’¬ Instant Notifications: Automatically pops up desktop notifications when AI tasks are done
  • πŸ”” Sound Alerts: Audio reminders so you never miss any important progress
  • πŸ“§ Email Notifications: Support for sending email notifications via SMTP
  • 🧩 Webhook Support: Send notifications to custom URL endpoints

πŸ’‘ Usage

πŸ‘€ You: Make a Tetris web game. Notify me when done.πŸ€– AI: I'll start making the Tetris game...

Install_MCP-Cursor Install_MCP-VS_Code Install_MCP-VS_Code_Insiders

MacOS / Linux
{
  "mcpServers": {
    "message-mcp": {
      "command": "npx",
      "args": ["message-mcp@latest"]
    }
  }
}
Windows
{
  "mcpServers": {
    "message-mcp": {
      "command": "cmd",
      "args": ["/c", "npx", "message-mcp@latest"]
    }
  }
}
Email Notification Setup (Optional)

If you want to use email notifications, add the SMTP URL configuration parameter to the args array:

{
  "mcpServers": {
    "message-mcp": {
      "command": "npx",
      "args": [
        "message-mcp@latest",
        "--smtp-url=smtp://[email protected]:[email protected]:587"
      ]
    }
  }
}

Common SMTP URL Examples:

Webhook Notification Setup (Optional)

If you want to use webhook notifications, add the webhook URL configuration parameter:

{
  "mcpServers": {
    "message-mcp": {
      "command": "npx",
      "args": [
        "message-mcp@latest",
        "--webhook-url=https://your-webhook-endpoint.com/notify"
      ]
    }
  }
}

πŸ“Œ System Requirements

  • macOS: Native notifications require >= 10.8
  • Linux: notify-osd or libnotify-bin installed (Ubuntu includes by default)
  • Windows: >= 8, or taskbar balloon notifications for Windows < 8

⚑ Troubleshooting

Windows System Notifications Disabled

Settings > Notifications & actions > Get notifications from apps and other senders β†’ Enable

WSL2 Environment Missing OS Notifications
sudo find / -type f -name "snoretoast-*.exe" 2>/dev/null
[node_modules_path]/snoretoast-x64.exe
[node_modules_path]/snoretoast-x86.exe

chmod +x [node_modules_path]/snoretoast-*.exe

MCP Server Β· Populars

MCP Server Β· New