LogoSTMCP
Download
wecom-bot-mcp-server

WeCom Bot MCP Server

A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot, supporting text, markdown, image, and file messages with @mention capabilities and message history tracking.

Tools

1. send_message

Send messages to WeCom with support for text, markdown, and file types, including user mentions.

2. send_wecom_file

Send files to WeCom from a local path or URL.

3. send_wecom_image

Send images to WeCom from a local path or URL.

IndexTool NameDescription
1send_messageSend messages to WeCom with support for text, markdown, and file types, including user mentions.
2send_wecom_fileSend files to WeCom from a local path or URL.
3send_wecom_imageSend images to WeCom from a local path or URL.
Open Graph image for WeCom Bot MCP Server

JSON Config

{
  "mcpServers": {
    "wecom": {
      "command": "uvx",
      "args": [
        "wecom-bot-mcp-server"
      ],
      "env": {
        "WECOM_WEBHOOK_URL": "your-webhook-url"
      }
    }
  }
}

Useful Links

Information