MCP Servers / communication / WeCom Bot MCP Server

WeCom Bot MCP Server

JSON →
httpnone93communication

An MCP server for sending messages to WeCom (WeChat Work) bots.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: wecom-bot-mcp-server
Tools
What this server exposes
send_markdown
Send a markdown message to WeCom bot
send_markdown_v2
Send a markdown V2 message with tables, lists, and embedded images
send_image
Send an image message (base64/local file/URL) to WeCom bot
send_file
Send a file message to WeCom bot
send_template_card
Send a template card message (text_notice or news_notice) to WeCom bot
Configuration
Environment & auth
authnone
envWECOM_WEBHOOK_URL
envWECOM_BOT_ALERT_URL
envWECOM_BOT_CI_URL
envWECOM_BOT_NOTIFY_URL
Resources
WeCom Bot MCP Server — MCP Server · libregistry