Skip to content
Windsurf

Notify MCP Server for Windsurf

io.github.aahl/mcp-notify

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

client:Windsurf transport:stdio runtime:pypi

Install Notify MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Notify MCP Server in other clients