Claude Peers MCP

Stale
GitHub TypeScript MIT

Description

claude-peers is an MCP server that lets multiple Claude Code sessions discover and message each other instantly.

Key Features

  • Multi-Claude interop — Claude Code instances discover each other
  • MCP protocol — standardized agent registration and messaging
  • Instant agent discovery — see peers in the cluster at startup
  • Local broker — lightweight daemon handles session routing
  • Zero-config — register the MCP server once and it works
  • Extensible — plug in custom transports and protocols

Use Cases

💡 Having multiple Claude Code sessions co-code a large project
💡 Building temporary agent clusters for parallel multi-task work
💡 Composing multiple Claude instances into a distributed work unit
💡 A standardized baseline for agent interop

Quick Start

git clone https://github.com/louislva/claude-peers-mcp.git ~/claude-peers-mcp
cd ~/claude-peers-mcp && bun install
claude mcp add --scope user --transport stdio claude-peers -- bun ~/claude-peers-mcp/server.ts

Related Projects