uisight for Cursor
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
client:Cursor
transport:stdio
runtime:npm
Install uisight in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uisight": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uisight"
],
"env": {
"UISIGHT_URL": "<UISIGHT_URL>",
"UISIGHT_PORT": "<UISIGHT_PORT>",
"UISIGHT_LANG": "<UISIGHT_LANG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs