CommunicationTypeScript

claude-peers-mcp

Allow all your Claude Codes to message each other ad-hoc!

Free
N/A rating (0 reviews)0 installs1,791 GitHub stars
ClaudeMessagingAd-hoc

Let your Claude Code instances find each other and talk. When you're running multiple sessions across different projects, any Claude can discover the others and send messages that arrive instantly.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-peers-mcp": {
      "args": [
        "-y",
        "claude-peers"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.