Skip to content
Grok

Notify MCP Server for Grok

io.github.aahl/mcp-notify

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

client:Grok transport:stdio runtime:pypi

Install Notify MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-notify": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Notify MCP Server in other clients