loonghao_wecom-bot-mcp-server

loonghao_wecom-bot-mcp-server

3.2

If you are the rightful owner of loonghao_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 WeCom (WeChat Work) bot server implemented with FastMCP, supporting message sending via webhook.

The WeCom Bot MCP Server is a robust server solution designed to facilitate communication through WeCom (WeChat Work) by leveraging the FastMCP framework. It allows users to send messages asynchronously using webhooks, supports markdown message formatting, and provides message history tracking. The server is built with complete type hints and is thoroughly tested with comprehensive unit tests. It is compatible with Python 3.10 and above, and integrates seamlessly with FastMCP and httpx libraries. The server can be easily installed using pip or poetry, and it offers a straightforward setup process for both direct command-line usage and integration within Python code. Additionally, it supports configuration for Cline MCP settings, making it versatile for various development environments.

Features

  • Built on FastMCP framework
  • Markdown message format support
  • Asynchronous message sending
  • Message history tracking
  • Complete type hints