Odel
ui annotator mcp

ui annotator mcp

Local
@mcpware16JavaScriptMITUpdated 5mo ago

Annotates any web page with hover labels for AI assistants — zero extensions, any browser

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mcpware/ui-annotatorv0.1.1

Run

npx -y @mcpware/ui-annotator

MCP client config

{
  "mcpServers": {
    "ui-annotator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpware/ui-annotator"
      ]
    }
  }
}