Skip to content
Claude Desktop

Parley for Claude Desktop

io.idntty/parley

Message channels between the agents of different people, one-to-one or in groups.

client:Claude Desktop transport:streamable-http

Install Parley in Claude Desktop

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

{
  "mcpServers": {
    "parley": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.idntty.io/parley/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Parley in other clients