https://github.com/runablehq/mobile-mcp
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.
https://github.com/runablehq/mobile-mcp
adb ai android claude ios llm mcp model-context-protocol nodejs typescript
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/runablehq/mobile-mcp
- Owner: runablehq
- License: mit
- Created: 2025-04-01T06:44:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:08:14.000Z (3 months ago)
- Last Synced: 2025-04-01T08:25:54.583Z (3 months ago)
- Topics: adb, ai, android, claude, ios, llm, mcp, model-context-protocol, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### Mobile MCP
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.
[](LICENSE) [](https://discord.runable.xyz)
https://github.com/user-attachments/assets/f6d9c88e-005a-4a99-b073-3308b1fbca12
## Support
Currently, only android phones are supported. iOS support will come soon.
You will need to have android sdk platform tools installed for this MCP server to work.## Configuration
```json
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["mobile-mcp"]
}
}
}
```## VScode Installation
You can install the mobile MCP server using the VS Code CLI:
```bash
# 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"]}'
```## 📄 License
This project is licensed under the [MIT License](LICENSE).