★ 39 stars
Go
🤖 AI/LLM
Updated today
WeChat/微信 local chat history MCP server for macOS agents. Read messages, contacts, media, favorites, transfers, red packets, Moments and full-text search from local WeChat 4.x data.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wechat-cli": {
"command": "go",
"args": [
"run",
"github.com/r266-tech/wechat-cli@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wechat-cli go run github.com/r266-tech/wechat-cli@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wechat-cli": {
"command": "go",
"args": [
"run",
"github.com/r266-tech/wechat-cli@latest"
]
}
}
}
📋 Copy
Topics
agents ai-agents chat-history claude-code codex golang local-data local-first macos mcp mcp-server model-context-protocol wcdb wechat wechat-data