Drengr for Cursor
dev.drengr/server
Eyes and hands for AI agents on Android and iOS devices.
client:Cursor
transport:stdio
runtime:npm
Install Drengr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs