Weixin
Freeby MCP Community
MCP server for WeChat — send text, images, files, videos; receive via webhook; works with Claude Desktop, Cursor, OpenClaw
v1.7.7Added Apr 12, 2026
Weixin MCP Server
MCP server for WeChat — send text, images, files, videos; receive via webhook; works with Claude Desktop, Cursor, OpenClaw
Installation
npx -y weixin-mcp
Reviews
Installation
Quick install
npx -y weixin-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"weixin": {
"command": "npx",
"args": ["-y", "weixin-mcp"]
}
}
}