Skip to content
Cursor

ui annotator mcp for Cursor

io.github.mcpware/ui-annotator-mcp

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

client:Cursor transport:stdio runtime:npm

Install ui annotator mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ui annotator mcp in other clients