Mio Computer-Use Agent for Cursor
io.github.mldlbs/mio-cua
Control this Windows desktop from any MCP client: files, windows, keyboard and mouse.
client:Cursor
transport:stdio
runtime:pypi
Install Mio Computer-Use Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mio-cua": {
"type": "stdio",
"command": "uvx",
"args": [
"mio-cua"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs