Skip to content
Claude Desktop

Layoutline for Claude Desktop

dev.layoutline/layoutline

Compose a landing page from layouts observed on real pages, then review the built page for drift.

client:Claude Desktop transport:streamable-http

Install Layoutline in Claude Desktop

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

{
  "mcpServers": {
    "layoutline": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.layoutline.dev/api/mcp"
      ]
    }
  }
}

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

Layoutline in other clients