MCP Directory
Back

mcp-android-server-python

by nim444 · Python · ★ 51

MCP Android agent - This project provides an *MCP (Model Context Protocol)* server for automating Android devices using uiautomator2. It's designed to be easily plugged into AI agents like GitHub Copilot Chat, Claude, or Open Interpreter to control Android devices through natural language.

#agentic-ai#ai#android#automation#copilot#mcp-server#python3#vscode

Install

pip install git+https://github.com/nim444/mcp-android-server-python.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-android-server-python": {
      "command": "uvx",
      "args": [
        "git+https://github.com/nim444/mcp-android-server-python.git"
      ]
    }
  }
}

From the README

[](https://www.python.org/downloads/) [](https://github.com/nim444/mcp-android-server-python/actions/workflows/ci.yml) [](https://codecov.io/gh/nim444/sdet-django-api) [](https://github.com/astral-sh/ruff) [](https://opensource.org/licenses/MIT) This project provides an **MCP (Model Context Protocol)** server for automating Android devices using [uiautomator2](https://github.com/openatx/uiautomator2). It's designed to be easily plugged into AI agents like GitHub Copilot Chat, Claude, or Open Interpreter to control Android devices through natural language. The server has been refactored into…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers