Ghost in the Droid for Cursor
io.github.ghost-in-the-droid/android-agent
Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation.
client:Cursor
transport:stdio
runtime:pypi
Install Ghost in the Droid in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"android-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"ghost-in-the-droid"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs