Claude Code

Your scans, inside Claude.

openreality-mcp puts the Open Reality OS in Claude Code and Claude desktop: upload a capture, run reconstruction, measure and query the scene, talk to the scene agent, and pull robot-training exports, all as tools Claude can use.

Install

One command in Claude Code:

claude mcp add openreality -- npx -y openreality-mcp serve

Claude desktop instead? Add this to claude_desktop_config.json (Settings → Developer → Edit Config):

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

Sign in

Run login once: it opens your browser, you sign in, and the CLI keeps a revocable API key. No tokens to copy, nothing expires.

npx -y openreality-mcp login

Manage or revoke keys anytime from the API keys section of your dashboard.