Skip to content

Releases: mcpware/ui-annotator-mcp

v0.1.6

21 Mar 10:46

Choose a tag to compare

v0.1.5 — Claude Code Plugin packaging

21 Mar 10:40

Choose a tag to compare

What's new

  • Added .claude-plugin/ packaging (MCP config + permissions + annotate-ui skill)
  • Users can now /plugin install @mcpware/ui-annotator for zero-config setup
  • Updated GitHub Actions to Node 22 (from Node 20)

Plugin includes

  • .claude-plugin/.mcp.json — auto-configures MCP server
  • .claude-plugin/settings.json — auto-allows all 5 tools
  • .claude-plugin/skills/annotate-ui.md — teaches AI when to auto-annotate localhost

v0.1.4

20 Mar 07:18

Choose a tag to compare

Dockerfile, GitHub Actions CI/CD, badges, demo GIF, social preview,
cross-product links, Plugin Marketplace submitted.

claude mcp add ui-annotator -- npx -y @mcpware/ui-annotator

v0.1.0 — Initial Release

19 Mar 19:52

Choose a tag to compare

UI Annotator MCP Server v0.1.0

Reverse proxy that injects hover annotations into any web page, enabling AI assistants to understand and reference UI elements by name.

Features

  • 5 MCP tools: annotate, get_elements, highlight_element, rescan_elements, inspect_mode
  • Click-to-copy element names via toggle inspect mode
  • Viewport-aware tooltip positioning
  • Auto DOM scanning with MutationObserver
  • HTTP polling architecture for stability
  • Zero browser extensions — works in any browser

Install

npx @mcpware/ui-annotator

Or add to Claude Code:

claude mcp add ui-annotator -- npx -y @mcpware/ui-annotator