opentargetui

TitasSul/opentargetui
★ 0 stars TypeScript AI/LLM Updated today
Private OpenTarget UI browser extension and MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opentargetui": {
      "command": "npx",
      "args": [
        "-y",
        "TitasSul/opentargetui"
      ]
    }
  }
}

README Excerpt

OpenTarget UI is an MIT-licensed browser extension for giving precise visual feedback to AI coding agents. It lets you mark elements on a live page, copy focused change requests from the annotation popup, create move requests, and optionally sync saved annotations to a local server that MCP-capable agents can read.