Enable AI agents to send and receive WeChat messages with MCP tools, login, polling, typing status, and session persistence.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-wechat-server": {
"command": "npx",
"args": [
"-y",
"Itzelma2310/mcp-wechat-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-wechat-server npx -y Itzelma2310/mcp-wechat-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-wechat-server": {
"command": "npx",
"args": [
"-y",
"Itzelma2310/mcp-wechat-server"
]
}
}
}