WeCom
Summary
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.
Available Actions(3)
send_message
Send a message to WeCom. Parameters: content (string), msg_type (string), mentioned_list (optional list of strings)
send_wecom_file
Send a file to WeCom. Parameters: file_path (string)
send_wecom_image
Send an image to WeCom. Parameters: image_path (string or URL)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论