Back to MCP Servers
Wecombot Server.git
An MCP server application that sends various types of messages to the WeCom group robot.
communication
By gotoolkits
Installation
npx -y mcp-wecombot-server.gitConfiguration
{
"mcpServers": {
"mcp-wecombot-server.git": {
"command": "npx",
"args": ["-y", "mcp-wecombot-server.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes