oswright for Cursor
io.github.ask-812/oswright
Windows desktop automation that re-reads only what changed: 7x fewer tokens per task.
client:Cursor
transport:stdio
runtime:pypi
Install oswright in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oswright": {
"type": "stdio",
"command": "uvx",
"args": [
"oswright"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs