
WeComBot MCP Server
by gotoolkits
Send text, markdown, images, news, and template cards to WeCom group robots via MCP.
What it does
Connects AI assistants to WeCom (Enterprise WeChat) group robots, allowing them to send notifications, reports, and rich media messages directly to corporate chat groups.
Tools
send_text: Sends a plain text message to a WeCom group.send_markdown: Sends a formatted markdown message to a WeCom group.send_image: Sends an image message to a WeCom group.send_news: Sends a rich news card containing a title, description, URL, and image.send_template_card: Sends a structured template card message.upload_file: Uploads a file to the WeCom platform.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-wecombot-server": {
"command": "mcp-wecombot-server",
"env": {
"WECOM_BOT_WEBHOOK_KEY": "your-webhook-key-here"
}
}
}
}
Supported hosts
- claude
Quick install
npx -y @smithery/cli install @gotoolkits/mcp-wecombot-server --client claude-desktopInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






