gotoolkits/wecombot
An MCP server application that sends various types of messages to the WeCom group robot.
Quick Start
Clone the repository:
git clone https://github.com/gotoolkits/mcp-wecombot-server.gitClaude Desktop configuration example:
{
"mcpServers": {
"mcp-wecombot-servergit": {
"command": "npx",
"args": [
"-y",
"gotoolkits/wecombot"
]
}
}
}Check the repository README for specific installation and configuration instructions.