A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). Provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.
wecomenterprise-wechatbotmcppythonmessagingautomationwechat-worktool
Installation & Configuration
{
"mcpServers": {
"wecom": {
"command": "uvx",
"args": [
"wecom-bot-mcp-server"
],
"env": {
"WECOM_WEBHOOK_URL": "your-webhook-url"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15