← Index

AutoMobile

dev.jasonpearson/auto-mobile·v0.0.13·Other
Quality Score
81
/100

Mobile device interaction automation via MCP

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "auto-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "@kaeawc/auto-mobile"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "auto-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "@kaeawc/auto-mobile"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kaeawc/auto-mobile
§03  MCP Quality Score  ·  methodology
freshness
21
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other