android-mcp-server

minhalvp/android-mcp-server
★ 698 stars Python 💻 Code/Dev Tools Updated 1mo ago
An MCP server that provides control over Android devices via adb
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "android-mcp-server": {
      "command": "uvx",
      "args": [
        "android-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install android-mcp-server

README Excerpt

An MCP (Model Context Protocol) server that provides programmatic control over Android devices through ADB (Android Debug Bridge). This server exposes various Android device management capabilities that can be accessed by MCP clients like [Claude desktop](https://modelcontextprotocol.io/quickstart/user)