Reverse-proxies web pages to add hover annotations and expose detected UI elements through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ui Annotator MCP.
English | ๅปฃๆฑ่ฉฑ
Bridge the gap between what you see and what AI can reference โ in any browser, zero extensions.
The only tool that puts visible labels on every web element. Hover any element, see its name. Tell your AI assistant "make the sidebar wider" โ it knows exactly which element you mean. No screenshots, no CSS selectors, no miscommunication.

Dramatically improves AI-driven UI design and iteration. The pain: telling AI "move that button next to the search bar" never works because the AI can't see your page. UI Annotator fixes this โ hover over any element and its component name appears as a label. Now you say "move SearchButton below NavBar" and Claude edits the right component instantly. No browser extensions, works with any framework. The workflow becomes: open page โ hover to identify elements โ describe changes using real component names โ Claude edits โ refresh and repeat. Turns a frustrating back-and-forth into a fluid design loop.
When reviewing a web UI with an AI coding assistant, the hardest part isn't the code change โ it's describing which element you want changed.
"That thing on the left... the second row... no, the one with the icon..."
You don't know what it's called. The AI doesn't know what you're pointing at. You waste time on miscommunication instead of shipping.
Open your page through the annotator proxy. Hover any element โ instantly see its name, CSS selector, and dimensions. Now you both speak the same language.
That's it. No browser extensions. No code changes. No setup. Works in Chrome, Firefox, Safari, Edge โ any browser.
The proxy fetches your page, injects a lightweight annotation script, and serves it back. The script scans the DOM, identifies named elements, and reports them to the MCP server. Your AI assistant queries the server to understand what's on the page.
Hover any element to see:
Click the Inspect button in the toolbar (or let your AI toggle it). In inspect mode:
The toolbar sits at the top center of the page showing:
| Tool | What it does |
|---|---|
annotate(url) | Returns proxy URL for user to open in any browser |
get_elements() | Returns all detected UI elements with names, selectors, positions |
highlight_element(name) | Flash-highlights a specific element so user can confirm |
rescan_elements() | Force DOM rescan after page changes |
inspect_mode(enabled) | Toggle inspect mode remotely |
| Browser DevTools | UI Annotator | |
|---|---|---|
| Target user | Frontend developers who know the DOM | Anyone โ QA, PM, designer, junior dev |
| Learning curve | Need to understand DOM tree, CSS selectors, box model | Hover and read โ zero learning |
| Communication | "The div.flex.gap-4 inside the second child of..." | "The sidebar" |
| Language | CSS/HTML technical terms | Human-readable names |
| Setup | Teach people to open DevTools + navigate the DOM | Open a URL |
| AI integration | None โ AI can't see what you're inspecting | MCP โ AI sees the same element names you do |
DevTools is for debugging. UI Annotator is for communication โ giving humans and AI a shared vocabulary for UI elements.
None of these do what UI Annotator does โ live visual labels on every element via reverse proxy:
| Tool | Approach | Why we're different |
|---|---|---|
| browser-use (82Kโญ) | AI automation framework | Automates browsers, doesn't label elements for humans. Different use case entirely. |
| Chrome DevTools MCP (31Kโญ) | DOM snapshot + element UIDs | AI can inspect, but humans don't see visual annotations. No shared vocabulary. |
| Playwright MCP (29Kโญ) | Accessibility tree snapshot | Returns structured text, no visual overlay. Truncates important context. |
| OmniParser | Screenshot + CV detection | Screenshot-based, not live DOM. ~40% accuracy on hard benchmarks. |
| MCP Pointer (526 users) | Chrome extension + MCP | Requires Chrome extension. Human clicks to select โ no hover overlay. |
| Agentation | npm embedded in your app | Requires code changes. React 18+ dependency. Not zero-config. |
| Vibe Annotations | Chrome extension | Extension-based, developer-only annotation workflow. |
| Feature | UI Annotator | MCP Pointer | Agentation | Cursor | Chrome DevTools MCP |
|---|---|---|---|---|---|
| Visual hover annotation | Yes | No | Partial | Yes (IDE only) | No |
| Shows element names | Yes | Yes | Yes | No (high-level) | Programmatic |
| Shows dimensions | Yes | Yes | Yes (Detailed) | Yes | Programmatic |
| MCP server | Yes | Yes | Yes | No | Yes |
| Zero browser extensions | Yes | No | Yes | N/A | No |
| Zero code changes | Yes | Yes | No | N/A | Yes |
| Any browser | Yes | Chrome only | Desktop only | Cursor only | Chrome only |
| Zero dependencies | Yes | Chrome ext | React 18+ | Cursor | Chrome |
| Click to copy element name | Yes | No | No | No | No |
http module@modelcontextprotocol/sdk (stdio transport)localhost:7077/localhost:3847http://localhost:3847fetch() / XMLHttpRequest interceptor (rewrites API paths through proxy)href="/..." and src="/..." attributes to route through proxy</body>Content-Security-Policy headers to allow injected scriptid, class, semantic roles, or interactive rolesborder-radius) + positions tooltip (always within viewport)POST /__annotator/elementsGET /__annotator/commands every second for server instructions (highlight, rescan, inspect toggle)MutationObserver auto-rescans when DOM changes| Variable | Default | Description |
|---|---|---|
UI_ANNOTATOR_PORT | 7077 | Port for the proxy server |
| Project | What it does | Install |
|---|---|---|
| Instagram MCP | 23 Instagram Graph API tools โ posts, comments, DMs, stories, analytics | npx @mcpware/instagram-mcp |
| Claude Code Organizer | Visual dashboard for Claude Code memories, skills, MCP servers, hooks | npx @mcpware/claude-code-organizer |
| Pagecast | Record browser sessions as GIF or video via MCP | npx @mcpware/pagecast |
| LogoLoom | AI logo design โ SVG โ full brand kit export | npx @mcpware/logoloom |
MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
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/mcpware-ui-annotator-mcp)<a href="https://allmcps.com/mcp/mcpware-ui-annotator-mcp"><img src="https://allmcps.com/api/badge/mcpware-ui-annotator-mcp?style=directory" alt="Ui Annotator MCP on AllMCPs" /></a>