Installation
There are several ways to install WeCom Bot MCP Server depending on your use case.
Automated Installation (Recommended)
Using Smithery
For Claude Desktop users, Smithery provides the easiest installation:
bash
npx -y @smithery/cli install wecom-bot-mcp-server --client claudeUsing Cline Extension
- Install Cline Extension from VSCode marketplace
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Search for "Cline: Install Package"
- Type "wecom-bot-mcp-server" and press Enter
Manual Installation
Using pip
bash
pip install wecom-bot-mcp-serverUsing uv (Recommended for Python users)
bash
# Install uv if you haven't
pip install uv
# Run directly without installation
uvx wecom-bot-mcp-serverUsing pipx
bash
pipx install wecom-bot-mcp-serverDocker Installation
bash
docker pull loonghao/wecom-bot-mcp-server
docker run -e WECOM_WEBHOOK_URL="your-webhook-url" loonghao/wecom-bot-mcp-serverVerify Installation
After installation, verify it works:
bash
# Check version
wecom-bot-mcp-server --version
# Or using uvx
uvx wecom-bot-mcp-server --versionNext Steps
- Quick Start - Configure and send your first message
- MCP Client Configuration - Set up your AI assistant
