ai-driven-mobile-automation

youcanautomate-yca/ai-driven-mobile-automation
★ 0 stars Python ⚙️ DevOps Updated today
AI-driven mobile test automation framework with Appium MCP server, Page Object Model, and AWS Bedrock integration
View on GitHub →

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