wecom-bot-mcp-server

loonghao/wecom-bot-mcp-server
★ 80 stars Python 💬 Communication Updated 1mo ago
A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wecom-bot-mcp-server": {
      "command": "uvx",
      "args": [
        "wecom-bot-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install wecom-bot-mcp-server