HomeCommunication › Notify MCP Server

Notify MCP Server

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

Python
★ 28 stars Last pushed 2026-03-26 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.11)

uvx mcp-notify

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-notify": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ],
      "env": {
        "WEWORK_BOT_KEY": "<YOUR_VALUE>",
        "WEWORK_APP_CORPID": "<YOUR_VALUE>",
        "WEWORK_APP_SECRET": "<YOUR_VALUE>",
        "WEWORK_APP_AGENTID": "<YOUR_VALUE>",
        "WEWORK_APP_TOUSER": "<YOUR_VALUE>",
        "DINGTALK_BOT_KEY": "<YOUR_VALUE>",
        "LARK_BOT_KEY": "<YOUR_VALUE>",
        "FEISHU_BOT_KEY": "<YOUR_VALUE>",
        "TELEGRAM_DEFAULT_CHAT": "<YOUR_VALUE>",
        "TELEGRAM_BOT_TOKEN": "<YOUR_VALUE>",
        "PUSH_PLUS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • WEWORK_BOT_KEY secret — The default key for the WeWork group robot can also be specified in the prompt
  • WEWORK_APP_CORPID — Company ID of WeWork
  • WEWORK_APP_SECRET secret — Secret key of WeWork
  • WEWORK_APP_AGENTID — Agent ID of WeWork Application, Default: 1000002
  • WEWORK_APP_TOUSER — Default recipient user ID in WeWork, Default: @all
  • DINGTALK_BOT_KEY secret — Access token of DingTalk Robot, Can also be specified in the prompt
  • LARK_BOT_KEY secret — The key of Lark Robot, Can also be specified in the prompt
  • FEISHU_BOT_KEY secret — The key of Feishu Robot, Can also be specified in the prompt
  • TELEGRAM_DEFAULT_CHAT — Telegram Default Chat ID, Can also be specified in the prompt
  • TELEGRAM_BOT_TOKEN secret — Telegram Bot Token
  • PUSH_PLUS_TOKEN secret — Default PushPlus token, Can also be specified in the prompt

Package (oci)

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

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-notify": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aahl/mcp-notify:latest"
      ],
      "env": {
        "TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRANSPORT — Transport protocol to use

Related servers

Data from the Official MCP Registry