Let your Claude Code instances find each other and talk.
Best for Coordinating tasks between different project repositories.
Let your Claude Code instances find each other and talk. When you're running 5 sessions across different projects, any Claude can discover the others and send messages that arrive instantly.
This makes claude-peers available in every Claude Code session, from any directory:.
What it does
- Discovery of multiple local Claude Code instances
- Instant messaging between active Claude sessions
- Automatic work summaries based on project context
- Local-only broker daemon with SQLite persistence
Setup requirements
Requires 3 environment variables: CLAUDE_PEERS_PORT, CLAUDE_PEERS_DB, OPENAI_API_KEY. Available via Manual.
View Claude Peers details vs
A WeChat robot server that enables AI agents to send and receive messages.
Best for Automating customer service responses on WeChat using an AI agent.
基于 MCP(Model Context Protocol)的微信机器人服务器,让任何 AI Agent 都能收发微信消息。.
6 个 MCP 工具:登录、消息轮询、文本发送、打字状态 扫码登录:生成终端文本二维码、PNG 图片、URL 链接三种方式 长轮询监听:阻塞等待新消息,最长可等待 7 天 打字状态:Agent 处理消息时自动显示"对方正在输入..." 状态持久化:重启不丢失登录凭证和消息游标 独立运行:无需 OpenClaw 框架,开箱即用.
What it does
- Supports QR code login via terminal text, PNG, or URL
- Long-polling message retrieval with up to 7-day wait time
- Automatic 'typing' status indicator while the agent processes messages
- Persistent state management for login credentials and message cursors
- Standalone execution without requiring external frameworks
View WeChat MCP Server details Biggest differences
CompareClaude PeersWeChat MCP Server
Best forCoordinating tasks between different project repositories.Automating customer service responses on WeChat using an AI agent.
StandoutDiscovery of multiple local Claude Code instances.Supports QR code login via terminal text, PNG, or URL.
SetupManual, needs 3 env vars, stdio transport.Claude Desktop or OpenCode, stdio transport.
Transportstdiostdio
Community1.8k GitHub stars78 GitHub stars
Bottom line
Pick Claude Peers if...Coordinating tasks between different project repositories. Discovery of multiple local Claude Code instances. Manual, needs 3 env vars, stdio transport.
Pick WeChat MCP Server if...Automating customer service responses on WeChat using an AI agent. Supports QR code login via terminal text, PNG, or URL. Claude Desktop or OpenCode, stdio transport.
The real split here is workflow fit, not raw counts. Claude Peers: Coordinating tasks between different project repositories. WeChat MCP Server: Automating customer service responses on WeChat using an AI agent. Claude Peers also has the larger public footprint (1.8k vs 78 stars).