AI and human share live mobile+desktop browser sessions; measured UI findings your agent can act on
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your AI can already see the screen. It just can't measure it.
Screenshots make an agent guess: "that heading looks a bit faint." uisight makes it know:
One is an impression. The other is a measurement with a selector attached β the agent fixes that element instead of hunting for it.
uisight is an MCP server for web and responsive UIs (Claude Code, Cursor, Antigravity, anything that speaks MCP). It runs live mobile + desktop sessions side by side, measures what it finds, and puts you and the agent in front of the exact same screen.
Built by a solo founder who got tired of taking phone screenshots, pasting them into chat, and typing "the button looks broken, can you see it?"
The live panel: desktop + mobile sessions of the same site, URL-synced. Inspect runs on every screen; findings come back per device. Your AI sees this exact view through MCP.
| Multi-viewport browsers (Polypane etc.) | Browser tools / computer use (Playwright MCP, agent harnesses) | Native app toolkits (Argent etc.) | uisight | |
|---|---|---|---|---|
Measures the UI (1.14:1, not "looks low") | β for humans | β | β | β as text, for the agent |
| Human + agent share one live session | β | β | β | β |
| Device Γ theme matrix in one run | β | β | β | β |
| Human pins a bug β agent reads note + frame | β | β | β | β |
| Native iOS/Android apps | β | β | β | β (web only) |
The measurement engine is the heart: instead of your AI burning tokens squinting at screenshots, inspect returns findings like
Text findings are cheap, precise, and directly actionable β your AI fixes the exact selector instead of guessing.
Fair β and partly true. Computer use, browser tools and most agent harnesses can already open a page and take a screenshot. That's the part uisight doesn't try to replace. Three things are still missing:
1. Looking isn't measuring. A vision model reading a screenshot cannot tell you a contrast ratio. It can't tell 4.6:1 (fine) from 4.3:1 (fails WCAG AA) β they look identical. It won't notice that a tap target is 41px instead of 44px, or that an element renders identically in light and dark mode because its color is hard-coded. uisight computes these from the live DOM: alpha-composited backgrounds, gradient text, oklch() colors and all.
2. The same price buys far more. This used to claim a screenshot costs several times what a measurement does. Measured, that is not true: a mobile frame is ~460 tokens and the matching inspect result is ~570. inspect is not the cheap option β it is the option that says 4.38:1 (threshold 4.5) where a picture only lets the model guess.
The real saving is a different choice: uisight <url> writes a report the model reads once (~800 tokens), while driving the MCP tools screen by screen re-sends the whole conversation at every step. Someone put the problem perfectly under the launch thread: "it burns some tokens but it manages." What it costs has the whole table, because a claim like this one is worth checking.
3. Nobody's watching with you. In the usual setup the agent looks at the page alone and reports back. Here you both watch the same live session β you see what it does as it does it, and when you spot something, you pin it (π) with a note and the agent reads your note plus that exact frame. No more describing a bug in words.
Scope note: uisight is for web and responsive UIs. For native iOS/Android app control, Argent is excellent and does far more than we do there.
First run. Playwright ships its driver over npm but downloads browsers
separately, so the first run has nothing to drive. In a terminal, uisight offers
to fetch what it needs (~150 MB, once) and shows the download. Where there is
nobody to answer β CI, or a panel an editor or agent host started β it never
asks and never downloads; it names the exact command instead. UISIGHT_NO_INSTALL=1
turns the offer off everywhere, and you can always do it yourself:
The one-shot audit produces a device Γ theme gallery with findings per card:

For Cursor / Antigravity / other MCP hosts, add to your MCP config:
Then just tell your agent: "look at my app with uisight". The panel server starts automatically when needed.
| Tool | What it does |
|---|---|
see_screen | Returns the current screen as an image β the exact frame the human sees in the panel |
inspect | Runs contrast / touch-target / overflow / theme checks; returns measured findings as text |
goto | Navigates all sessions to a URL (localhost included) |
tap / type_text / scroll | Drives the page β the human watches it happen live |
set_device | Switches device profile (iphone-15, iphone-se, pixel, galaxy, ipad, desktop, laptop) or light/dark theme |
status | Open URL, sessions, recent console/network errors β first stop when hunting a bug |
marks | Reads the notes the human pinned in the panel (π note + screenshot at that moment) |
Turkish tool names available with UISIGHT_LANG=tr (ekrani_gor, denetle, ...).
npx -y -p uisight uisight-panel <url> opens a browser page at localhost:5055:
marks. No more "let me describe what I'm seeing."Works inside VS Code / Antigravity via Simple Browser: Show β http://localhost:5055.
Can you read it
oklab()/oklch() colors all handledline-clamp and friends are not "clipped" β they are a decision)Can you reach it
elementFromPoint, not geometry, and sampled edge to edge so a floating button covering one end of a wide button is caughtkeyboard-audit opens the keyboard the way a phone does and re-measures)overflow-x: auto is fine, because the content is reachableviewport-fit=cover) and then never used the inset it got back; without that flag iOS letterboxes the page and nothing can be hiddenDoes it make sense
Every check has a false-alarm test next to its detection test. That is not politeness: a tool that cries wolf on every bottom navigation bar gets ignored, and then its real findings go unread too.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/uisight)<a href="https://allmcps.com/mcp/uisight"><img src="https://allmcps.com/api/badge/uisight?style=directory" alt="Uisight on AllMCPs" /></a>