WeCom Bot MCP Server by loonghao
49 score
A server for sending messages via WeCom bots using FastMCP, supporting asynchronous communication and message tracking through webhooks.
Ranked #1253 out of 4710 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 133
Freshness 2d ago
Issue Health 56%
Stars 82
Platform Breadth 1 platform
Contributors 6
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# WeCom Bot MCP Server
<div align="center">
</div>
A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot.
[English](README.md) | [中文](README_zh.md)
<a href="https://glama.ai/mcp/servers/amr2j23lbk"></a>
## Features
- Support for multiple message types:
- Markdown messages (with @mentions and font colors)
- Markdown V2 messages (with tables, lists, embedded images)
- Image messages (base64/local file/URL)
- File messages
- Template card messages (text_notice and news_notice)
- **Multi-bot support**: Configure and use multiple WeCom bots
- @mention support (via user ID or phone number)
- Message history tracking
- Configurable logging system
- Full type annotations
- Pydantic-based data validation
## Requirements
- Python 3.10+
- WeCom Bot Webhook URL (obtained from WeCom group settings)
## Installation
There are several ways to install WeCom Bot MCP Server:
### 1. Automated Installation (Recommended)
#### Using Smithery (Fo Read full README on GitHub →