Skip to content
Cursor

AutoMobile for Cursor

dev.jasonpearson/auto-mobile

Mobile device interaction automation via MCP

client:Cursor transport:stdio runtime:npm

Install AutoMobile in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "auto-mobile": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaeawc/auto-mobile"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AutoMobile in other clients