message-mcp

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.

Category
Visit Server

README

<div align="center"> <h1>💬 Message MCP</h1> <p> 🌐 Available in: <a href="README.zh.md">中文</a> | <a href="README.ko.md">한국어</a> | <a href="README.ja.md">日本語</a> </p> <h3>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.</h3> <a href="https://deepwiki.com/gimjin/message-mcp"> <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"> </a> <a href="https://smithery.ai/server/@gimjin/message-mcp"> <img src="https://smithery.ai/badge/@gimjin/message-mcp" alt="smithery badge"> </a> <a href="https://github.com/gimjin/message-mcp/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/gimjin/message-mcp" alt="MIT License"> </a> </div>

🤔 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.<br> 🤖 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://your-email@gmail.com:your-app-password@smtp.gmail.com:587"
      ]
    }
  }
}

Common SMTP URL Examples:

  • Gmail: smtp://user:pass@smtp.gmail.com:587
  • Outlook: smtp://user:pass@smtp-mail.outlook.com:587
  • Yahoo: smtp://user:pass@smtp.mail.yahoo.com:587
  • QQ Mail: smtps://user:pass@smtp.qq.com:465

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
/path/to/.../node_modules/snoretoast-x64.exe
/path/to/.../node_modules/snoretoast-x86.exe

chmod +x /path/to/.../node_modules/snoretoast-*.exe

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured