This MCP server allows AI agents to control Android devices programmatically using ADB commands. It exposes methods to install, uninstall, and launch apps, as well as interact with device settings and files. The server connects directly to Android devices via ADB, providing a bridge for automation and testing tasks. Developers use it for app testing, automation, and device management.
This MCP server allows AI agents to control Android devices programmatically using ADB commands. It exposes methods to install, uninstall, and launch apps, as well as interact with device settings and files. The server connects directly to Android devices via ADB, providing a bridge for automation and testing tasks. Developers use it for app testing, automation, and device management.
pip install android-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"minhalvp-android-mcp-server-github": {
"command": "uvx",
"args": [
"pip install android-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from android?"
No configuration required. This server works out of the box.
"What resources are available in android?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in android"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in android with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.