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.
Send messages to WeCom with support for text, markdown, and file types, including user mentions.
Send files to WeCom from a local path or URL.
Send images to WeCom from a local path or URL.
Index | Tool Name | Description |
---|---|---|
1 | send_message | Send messages to WeCom with support for text, markdown, and file types, including user mentions. |
2 | send_wecom_file | Send files to WeCom from a local path or URL. |
3 | send_wecom_image | Send images to WeCom from a local path or URL. |
{
"mcpServers": {
"wecom": {
"command": "uvx",
"args": [
"wecom-bot-mcp-server"
],
"env": {
"WECOM_WEBHOOK_URL": "your-webhook-url"
}
}
}
}