★ 22 stars
Go
🤖 AI/LLM
Updated 2d ago
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 →
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-local-mcp": {
"command": "go",
"args": [
"run",
"github.com/r266-tech/wechat-local-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wechat-local-mcp go run github.com/r266-tech/wechat-local-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wechat-local-mcp": {
"command": "go",
"args": [
"run",
"github.com/r266-tech/wechat-local-mcp@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