← Back to Plugins
MCP Server MCP

io.github.yusufcemres/uisight

github By github 👁 2 views ▲ 0 votes

AI and human share live mobile+desktop browser sessions; measured UI findings your agent can act on

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "uisight",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Initial target URL for the live sessions (default: http://localhost:3000)",
          "format": "string",
          "name": "UISIGHT_URL"
        },
        {
          "description": "Panel server port (default: 5055)",
          "format": "number",
          "name": "UISIGHT_PORT"
        },
        {
          "description": "Set to 'tr' for Turkish tool names",
          "format": "string",
          "name": "UISIGHT_LANG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...