This MCP server implementation, developed by Hal, provides a Python server for WeCom (WeChat Work) bots following the Model Context Protocol. Built with FastAPI and leveraging libraries like fastmcp and httpx, it offers a streamlined interface for integrating WeCom bot functionality into MCP-based applications. The implementation focuses on simplicity and ease of use, making it ideal for developers looking to add enterprise messaging capabilities to their AI workflows. It supports core WeCom bot features and can be easily extended. This server is particularly useful for teams using WeCom who want to automate notifications, create interactive chatbots, or integrate AI-assisted communication tools within their existing enterprise messaging infrastructure.
Send a message to WeCom. Parameters: content (string), msg_type (string), mentioned_list (optional list of strings).
Send a file to WeCom. Parameters: file_path (string).
Send an image to WeCom. Parameters: image_path (string) or image_url (string).
No reviews yet. Be the first to review!
Sign in to join the conversation