Ui.Vision MCP for Cursor
io.github.a9t9/uivision-mcp
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
client:Cursor
transport:stdio
runtime:npm
Install Ui.Vision MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uivision-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uivision-mcp-bridge"
],
"env": {
"UIVISION_MCP_PORT": "<UIVISION_MCP_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs