Skip to content
Claude Desktop

ShipCheck for Claude Desktop

io.github.wtaylorwilson/shipcheck

Independent preview-URL QA for coding agents. Playwright heuristics, pass/fail pack.

client:Claude Desktop transport:streamable-http

Install ShipCheck in Claude Desktop

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

{
  "mcpServers": {
    "shipcheck": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://realtor-all-enclosed-altered.trycloudflare.com/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

ShipCheck in other clients