Back to MCP Servers

Wecombot Server.git

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

communication

Installation

npx -y mcp-wecombot-server.git

Configuration

{
  "mcpServers": {
    "mcp-wecombot-server.git": {
      "command": "npx",
      "args": ["-y", "mcp-wecombot-server.git"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub