Labsco
MCP SERVER

ui-ticket Review Bridge

by 0ics-srls

Click an element in the browser, write what is wrong, and let the coding agent find the file and fix it.

Browser Automation, Control & Screenshots
Summary
It fixes the translation step, which is where UI feedback usually dies.

"The spacing is wrong on that button" is precise when you are pointing at the button and useless in a chat window, because the agent then has to guess which button and which file. Anchoring the comment to the actual element carries the location with it. That is the whole idea, and it is a good one — the review becomes a coordinate rather than a description.

What it is

A bridge between a human reviewing a UI and the agent that will change it. One process serves both sides: the protocol for the agent, and a browser interface for the person clicking.

What you get
  • Point at an element in your running app and attach a comment to it
  • The agent reads that feedback, locates the source file, and edits it
  • Reviews are stored locally, and clear as they are resolved
Requirements

Run it with uvx and add it to your project's client configuration. Python, with the review store kept in a local database file.

Setup effort

One command — pip install ui-ticket-mcp