A Model Context Protocol (MCP) server that provides mobile automation capabilities. This server enables LLMs to interact with mobile devices using structured UI dumps without needing to rely on screenshots or other visual inputs.
mobile_mcp.mp4
Currently, only android phones are supported. iOS support will come soon.
You need to
adbYou can run an
Run the following command to install it automatically
npx mobile-mcp installor add this to your claude desktop config manually.
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["mobile-mcp"]
}
}
}You can install the mobile MCP server using the VS Code CLI:
# For VS Code
code --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'
# For VS Code Insiders
code-insiders --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'This project is licensed under the MIT License.