Skip to content
Cline

Notify MCP Server for Cline

io.github.aahl/mcp-notify

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

client:Cline transport:stdio runtime:pypi

Install Notify MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-notify": {
      "command": "uvx",
      "args": [
        "mcp-notify"
      ],
      "env": {
        "WEWORK_BOT_KEY": "<WEWORK_BOT_KEY>",
        "WEWORK_APP_CORPID": "<WEWORK_APP_CORPID>",
        "WEWORK_APP_SECRET": "<WEWORK_APP_SECRET>",
        "WEWORK_APP_AGENTID": "<WEWORK_APP_AGENTID>",
        "WEWORK_APP_TOUSER": "<WEWORK_APP_TOUSER>",
        "DINGTALK_BOT_KEY": "<DINGTALK_BOT_KEY>",
        "LARK_BOT_KEY": "<LARK_BOT_KEY>",
        "FEISHU_BOT_KEY": "<FEISHU_BOT_KEY>",
        "TELEGRAM_DEFAULT_CHAT": "<TELEGRAM_DEFAULT_CHAT>",
        "TELEGRAM_BOT_TOKEN": "<TELEGRAM_BOT_TOKEN>",
        "PUSH_PLUS_TOKEN": "<PUSH_PLUS_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Notify MCP Server in other clients