A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot, supporting text, markdown, image, and file messages with @mention capabilities and message history tracking.
A Model Context Protocol (MCP) compliant server implementation for WeCom (WeChat Work) bot, supporting text, markdown, image, and file messages with @mention capabilities and message history tracking.
{
"mcpServers": {
"wecom": {
"command": "uvx",
"args": [
"wecom-bot-mcp-server"
],
"env": {
"WECOM_WEBHOOK_URL": "your-webhook-url"
}
}
}
}