mobile mcp
Basic Information
Mobile MCP is a Model Context Protocol server designed to enable scalable mobile automation and development across iOS and Android devices, simulators, emulators, and physical hardware. It provides a platform-agnostic interface so agents and LLMs can interact with native mobile applications without requiring separate knowledge of iOS or Android internals. Interactions are driven by structured accessibility snapshots when available, or coordinate-based actions derived from screenshots when accessibility data is absent. The server is intended to be integrated into agent clients and IDEs that support the MCP standard, enabling automated testing, scripted data entry, multi-step user journeys controlled by LLMs, and agent-to-agent workflows. Installation is typically via the provided npm package entry point and requires standard mobile development tooling and Node.js. Documentation, wiki pages, example prompts, and a public roadmap are provided to help developers configure and run the server.