Skip to content
Claude Desktop

aichat for Claude Desktop

io.github.rcgalbo/aichat

Inter-agent communication for multi-agent Claude Code workflows.

client:Claude Desktop transport:stdio runtime:npm

Install aichat in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

aichat in other clients