Skip to main content
CommunicationUnknown

gotoolkits/wecombot

An MCP server application that sends various types of messages to the WeCom group robot.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gotoolkits/mcp-wecombot-server.git

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-wecombot-servergit": {
      "command": "npx",
      "args": [
        "-y",
        "gotoolkits/wecombot"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Unknown
Author
gotoolkits