uisight
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@uisightrun inspect on the current page"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
uisight
Your AI can't see the screen. You can't describe the bug. uisight fixes both.
uisight gives your AI coding agent (Claude Code, Cursor, Antigravity — anything that speaks MCP) real eyes on your web app: live mobile + desktop sessions running side by side, a measurement engine that reports numbers instead of vibes, and a shared panel where you and the AI look at 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?"
What makes it different
Multi-viewport browsers (Polypane etc.) | Browser-automation MCPs (Playwright MCP etc.) | uisight | |
Human + AI share one live session | — | — | ✅ |
Measurement engine (reports | for humans | — | ✅ as text, for AI |
Device × theme matrix (mobile/desktop, light/dark) | ✅ | — | ✅ |
Human pins a bug → AI reads note + screenshot | — | — | ✅ |
The measurement engine is the heart: instead of your AI burning tokens squinting at screenshots, inspect returns findings like
[mobile · Pixel 7 · light] https://yourapp.com/
INVISIBLE TEXT 1.04:1 — span.bg-gradient-to-r "your headline" (text rgba(255,255,255,.5) / bg rgb(247,247,248))
BUTTON a.text-white "Get Started" → text/background contrast 3.35:1
touch target below 44px 180x23 — "read the guide"Text findings are cheap, precise, and directly actionable — your AI fixes the exact selector instead of guessing.
Related MCP server: PixelCheck
Quickstart
# one-shot audit: PNGs + gallery + report for iPhone/Pixel/desktop, light+dark
npx uisight https://yourapp.com --theme both
# live panel: mobile + desktop side by side, you browse, AI watches (and vice versa)
npx uisight-panel http://localhost:3000Hook it into your AI (MCP)
# Claude Code
claude mcp add --scope user uisight -- npx -y uisight-mcpFor Cursor / Antigravity / other MCP hosts, add to your MCP config:
{ "mcpServers": { "uisight": { "command": "npx", "args": ["-y", "uisight-mcp"] } } }Then just tell your agent: "look at my app with uisight". The panel server starts automatically when needed.
MCP tools
Tool | What it does |
| Returns the current screen as an image — the exact frame the human sees in the panel |
| Runs contrast / touch-target / overflow / theme checks; returns measured findings as text |
| Navigates all sessions to a URL (localhost included) |
| Drives the page — the human watches it happen live |
| Switches device profile (iphone-15, iphone-se, pixel, galaxy, ipad, desktop, laptop) or light/dark theme |
| Open URL, sessions, recent console/network errors — first stop when hunting a bug |
| 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, ...).
The panel (human side)
npx uisight-panel <url> opens a browser page at localhost:5055:
Mobile + desktop side by side, both live, URL-synced
Click = tap on that device · wheel = scroll · type after clicking
Per-pane device switcher, shared light/dark toggle
Inspect button runs the measurement engine on every screen
📌 Pin: type a note, pin it — your AI reads note + screenshot via
marks. No more "let me describe what I'm seeing."
Works inside VS Code / Antigravity via Simple Browser: Show → http://localhost:5055.
What it checks
Invisible text (contrast < 1.6:1) and WCAG AA contrast failures — alpha-composited backgrounds, gradient text,
oklab()/oklch()colors all handledTouch targets below 44px (mobile profiles only; inline text links exempt by width, per WCAG)
Horizontal overflow with the offending elements
Text below 12px, images without alt
Theme drift: elements identical in light and dark = likely hard-coded colors
Console/JS errors and failed network requests per device
And the honest limit: automated checks cannot see design mistakes — a collided header measures fine. That's why see_screen exists and why the report says "eyeball the PNGs."
Notes & limitations
iPhone profiles run on real WebKit (Safari's engine) — close to iOS, but not an iOS Simulator.
Browsers are downloaded once by Playwright on first run (
npx playwright install chromium webkitif you want to pre-warm).Everything runs locally — no cloud, no account, your screens never leave your machine.
v0.1 ships English surfaces over an internal codebase originally written in Turkish (being migrated). Contributions welcome; variable names may surprise you until v0.2.
License
MIT © SoloLabs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server that enables AI coding agents to read and write to a local-first HTML/CSS design canvas, bridging visual design and code generation.MIT
- Alicense-qualityAmaintenanceAn MCP server that gives AI agents real browser capabilities including screenshotting, action execution, data extraction, and multi-persona auditing for frontend validation.4536MIT
- Alicense-qualityCmaintenanceMCP server for browser debugging, inspection, and verification that streams console logs, network errors, and user actions into AI coding assistants.65AGPL 3.0
- Flicense-qualityDmaintenanceAn MCP server that enables AI coding tools to control a browser for automated actions, UI extraction, network interception, and screenshots.1
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sololabstr/uisight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server