Discover and explore top open-source AI tools and projects—updated daily.
AlexGladkovAgentic framework for cross-platform device and app automation
Top 97.7% on SourcePulse
Claude Mobile provides an MCP server for automating mobile (Android, iOS Simulator), desktop (macOS), and browser (CDP) applications through natural language interfaces like Claude. It aims to unify automation across diverse platforms with a token-optimized toolset, benefiting quality engineers and developers by simplifying complex testing and interaction workflows.
How It Works
The project functions as a Meta-Command Protocol (MCP) server, translating LLM-generated natural language commands into executable actions on target platforms. It employs a core set of 8 meta-tools and 3 optional, dynamically loaded modules, significantly reducing token overhead. This architecture allows a consistent interaction model across Android (via ADB), iOS Simulators (via simctl and WebDriverAgent), macOS desktop applications, and web browsers (via Chrome DevTools Protocol).
Quick Start & Requirements
brew install claude-in-mobile. Any client: npx add-mcp claude-in-mobile -y.claude-in-mobile doctor command verifies all dependencies.https://github.com/AlexGladkov/claude-in-mobile. Desktop API: docs/SPEC_DESKTOP.md.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or roadmap are provided in the README.
Licensing & Compatibility
The project is released under the MIT License, which is permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
iOS automation is currently restricted to simulators, with no support for physical devices. Desktop automation is limited to macOS, although Windows and Linux support are planned.
2 days ago
Inactive
droidrun