Skip to content
Zed

ui annotator mcp for Zed

io.github.mcpware/ui-annotator-mcp

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

client:Zed transport:stdio runtime:npm

Install ui annotator mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ui annotator mcp in other clients