Skip to content
Claude Desktop

cmp inspector for Claude Desktop

io.github.kvdm-co-pilot/cmp-inspector

Compose Multiplatform UI as structured JSON for agents: trees, tokens, previews, diffs. No pixels.

client:Claude Desktop transport:stdio runtime:npm

Install cmp inspector in Claude Desktop

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

{
  "mcpServers": {
    "cmp-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@create-cmp/inspector"
      ]
    }
  }
}

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

cmp inspector in other clients