wecom-bot-mcp-server
35
The WeCom Bot MCP Server is an MCP-compliant server designed for the WeCom (WeChat Work) bot. It offers support for multiple message types and ensures configurable logging and message history tracking.
What Python version is required for WeCom Bot MCP Server?
The WeCom Bot MCP Server requires Python 3.10 or higher.
How do I obtain the WeCom Bot Webhook URL?
The WeCom Bot Webhook URL can be obtained from the WeCom group settings where the bot is configured.
Can I track message history with this server?
Yes, the WeCom Bot MCP Server supports message history tracking.
Is there support for sending images and files?
Yes, the server supports sending images (base64) and files through the WeCom bot interface.
How can I configure the logging system?
The logging system can be configured using environment variables such as MCP_LOG_LEVEL and MCP_LOG_FILE.