Home › Other › uisight

uisight

Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions

JavaScript
★ 127 stars Last pushed 2026-09-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.34.0)

npx -y uisight@0.34.0

Or add to your MCP client config:

{
  "mcpServers": {
    "uisight": {
      "command": "npx",
      "args": [
        "-y",
        "uisight@0.34.0"
      ],
      "env": {
        "UISIGHT_URL": "<YOUR_VALUE>",
        "UISIGHT_PORT": "<YOUR_VALUE>",
        "UISIGHT_LANG": "<YOUR_VALUE>"
      }
    }
  }
}
  • UISIGHT_URL — Initial target URL for the live sessions (default: http://localhost:3000)
  • UISIGHT_PORT — Panel server port (default: derived from the project's working directory, so parallel projects get separate panels)
  • UISIGHT_LANG — Set to 'tr' for Turkish tool names

Related servers

Data from the Official MCP Registry