loonghao/wecom-bot-mcp-server
A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.
Platform-specific configuration:
{
"mcpServers": {
"wecom-bot-mcp-server": {
"command": "npx",
"args": [
"-y",
"wecom-bot-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...