Argent for Cursor
io.github.software-mansion/argent
Drive iOS Simulators, Android emulators, TVs and Electron/web apps from your coding agent
client:Cursor
transport:stdio
runtime:npm
Install Argent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"argent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@swmansion/argent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs