Communication|AI / ML|ProductivityPython

claude-ipc-mcp

AI-to-AI communication protocol for Claude, Gemini, and other AI assistants.

Free
N/A rating (0 reviews)0 installs129 GitHub stars
AIcommunicationprotocol

Claude IPC MCP enables different AI assistants to send messages to each other across various platforms and sessions. It allows for simple natural language commands, making it easy for AIs to communicate without coding.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-ipc-mcp": {
      "args": [
        "claude-ipc-mcp"
      ],
      "command": "uvx"
    }
  }
}

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.