Wecom Bot
Freeby MCP Community
Model Context Protocol (MCP) server for WeCom Bot message sending
v0.2.0Added Apr 12, 2026
mcpwecombotwechatmodel context protocol
Wecom Bot MCP Server
Model Context Protocol (MCP) server for WeCom Bot message sending
Installation
npx -y @futuretea/wecom-bot-mcp-server
Reviews
Installation
Quick install
npx -y @futuretea/wecom-bot-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"wecom-bot": {
"command": "npx",
"args": ["-y", "@futuretea/wecom-bot-mcp-server"]
}
}
}