← Index

Notify MCP Server

io.github.aahl/mcp-notify·v0.1.11·Chat & Messaging
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-notify": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ],
      "env": {
        "WEWORK_BOT_KEY": "<your-wework_bot_key>",
        "WEWORK_APP_CORPID": "<wework_app_corpid>",
        "WEWORK_APP_SECRET": "<your-wework_app_secret>",
        "WEWORK_APP_AGENTID": "<wework_app_agentid>",
        "WEWORK_APP_TOUSER": "<wework_app_touser>",
        "DINGTALK_BOT_KEY": "<your-dingtalk_bot_key>",
        "LARK_BOT_KEY": "<your-lark_bot_key>",
        "FEISHU_BOT_KEY": "<your-feishu_bot_key>",
        "TELEGRAM_DEFAULT_CHAT": "<telegram_default_chat>",
        "TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
        "PUSH_PLUS_TOKEN": "<your-push_plus_token>",
        "TRANSPORT": "stdio"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-notify": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/aahl/mcp-notify:latest"
      ],
      "env": {
        "WEWORK_BOT_KEY": "<your-wework_bot_key>",
        "WEWORK_APP_CORPID": "<wework_app_corpid>",
        "WEWORK_APP_SECRET": "<your-wework_app_secret>",
        "WEWORK_APP_AGENTID": "<wework_app_agentid>",
        "WEWORK_APP_TOUSER": "<wework_app_touser>",
        "DINGTALK_BOT_KEY": "<your-dingtalk_bot_key>",
        "LARK_BOT_KEY": "<your-lark_bot_key>",
        "FEISHU_BOT_KEY": "<your-feishu_bot_key>",
        "TELEGRAM_DEFAULT_CHAT": "<telegram_default_chat>",
        "TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
        "PUSH_PLUS_TOKEN": "<your-push_plus_token>",
        "TRANSPORT": "stdio"
      }
    }
  }
}
§02  Environment variables
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

TRANSPORT

Transport protocol to use

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging