wecom-bot-mcp-server
If you are the rightful owner of wecom-bot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot.
The WeCom Bot MCP Server is a robust implementation designed to facilitate communication through WeCom (WeChat Work) using the Model Context Protocol (MCP). This server supports a variety of message types including text, markdown, images, and files, making it versatile for different communication needs. It also includes features like @mention support, message history tracking, and a configurable logging system. The server is built with full type annotations and utilizes Pydantic for data validation, ensuring reliability and ease of use. It requires Python 3.10 or higher and a WeCom Bot Webhook URL, which can be obtained from WeCom group settings. The server can be installed via PyPI or through automated tools like Smithery and VSCode with the Cline extension. It offers cross-platform log management and can be easily configured through environment variables. The server is ideal for developers looking to integrate WeCom bot functionalities into their applications with minimal setup.
Features
- Support for multiple message types: text, markdown, image, and file messages.
- @mention support via user ID or phone number.
- Message history tracking.
- Configurable logging system.
- Full type annotations and Pydantic-based data validation.