Odel
Notify MCP Server

Notify MCP Server

Local
@aahl28PythonMITUpdated 5mo ago

MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-notifyv0.1.11

Run

uvx mcp-notify

MCP client config

{
  "mcpServers": {
    "notify-mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ]
    }
  }
}
Dockerghcr.io/aahl/mcp-notify:latest

Run

docker run -i --rm ghcr.io/aahl/mcp-notify:latest

MCP client config

{
  "mcpServers": {
    "notify-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aahl/mcp-notify:latest"
      ]
    }
  }
}