Skip to content

Wecom Bot

Free

by MCP Community

Model Context Protocol (MCP) server for WeCom Bot message sending

v0.2.0Added Apr 12, 2026
mcpwecombotwechatmodel context protocol
Works with:ClaudeGPTGeminiCopilot

Wecom Bot MCP Server

Model Context Protocol (MCP) server for WeCom Bot message sending

Installation

npx -y @futuretea/wecom-bot-mcp-server

Reviews

Leave a Review

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"]
    }
  }
}