MCP Directory
Back

claude-peers-mcp

by louislva · TypeScript · ★ 2,129

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

Install

npx -y github:louislva/claude-peers-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

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. bash > alias claudepeers='claude --dangerously-load-development-channels server:claude-peers' > ┌───────────────────────────┐ │ broker daemon │ │ localhost:7899 + SQLite │ └──────┬───────────────┬────┘ │ │ MCP server A MCP server B…
Read full README on GitHub →

Related other servers