onsense for Cursor
io.github.hufirst/onsense
Android phone camera, sensors & files for any MCP client — local, no cloud, no ADB.
client:Cursor
transport:stdio
runtime:pypi
Install onsense in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"onsense": {
"type": "stdio",
"command": "uvx",
"args": [
"onsense"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs