ai-driven-mobile-automation

youcanautomate-yca/ai-driven-mobile-automation
★ 0 stars Python DevOps Updated 1mo ago
AI-driven mobile test automation framework with Appium MCP server, Page Object Model, and AWS Bedrock integration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-driven-mobile-aut": {
      "command": "uvx",
      "args": [
        "ai-driven-mobile-automation"
      ]
    }
  }
}

Or install with pip: pip install ai-driven-mobile-automation