Uindow for Cursor
io.github.uindow/uindow
Real signed-browser automation for AI agents, over a local stdio MCP server.
client:Cursor
transport:stdio
runtime:npm
Install Uindow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uindow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@uindow/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs