Productivity|Development|AI / ML|UtilitiesPython
Android-MCP
MCP Server for interacting with Android Devices.
N/A rating (0 reviews)0 installs515 GitHub stars
AndroidMCPAutomation
Android-MCP is a lightweight, open-source tool that bridges AI agents and Android devices. It allows LLM agents to perform real-world tasks such as app navigation, UI interaction, and automated QA testing without relying on traditional computer-vision pipelines or preprogrammed scripts.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"android-mcp-1": {
"args": [
"mcp-server-android-mcp-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.