
Mobile MCP
Supports UIby runablehq
Control and automate Android devices via Model Context Protocol using structured UI dumps.
What it does
Mobile MCP connects LLMs to Android devices, allowing the AI to interact with the mobile OS through structured UI dumps. This eliminates the need for constant screenshots and enables precise automation of mobile apps and system settings.
Tools
get_ui_dump: Retrieves the current structural hierarchy of the device screen.click_element: Performs a click action on a specific UI element.input_text: Sends text input to a focused field.press_key: Simulates hardware key presses (e.g., Home, Back).
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["mobile-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code
Quick install
npx mobile-mcpInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






