by MCP Community
MCP Server for WeChat Video Automation
v13.0.0Added Apr 12, 2026
Wechat MCP Server
MCP Server for WeChat Video Automation
Installation
npx -y wechat-mcp-server
Reviews
Installation
Quick install
npx -y wechat-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"wechat": {
"command": "npx",
"args": ["-y", "wechat-mcp-server"]
}
}
}