mcp-android-server-python CLAUDE.md

Project instructions for an MCP server that lets AI agents automate Android devices through uiautomator2, a Python library for finding and controlling Android interface elements.

In plain words
What is it for?
They help with installing dependencies, setting Android SDK paths, and developing or running the Android-control server.
Why use it?
They give the agent the project background, setup requirements, installation commands, and Android Debug Bridge configuration needed to work on the project.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/manuelsiuro/mcp-android-server-python/claude-md
Clone the repo
git clone --depth 1 https://github.com/manuelsiuro/mcp-android-server-python
Per session 9,974 This file is loaded in full into every session.
When invoked 9,974 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.09974 $0.09974
Opus 5 $0.04987 $0.04987
Sonnet 5 $0.01995 $0.01995
Haiku 4.5 $0.00997 $0.00997

Measured 2d ago against content hash fc25e31fcbc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-android-server-python CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 1,232 lines

How it starts

The opening of the file, as written. The whole thing — 1,232 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

MCP Android Agent is an MCP (Model Context Protocol) server for automating Android devices using uiautomator2. It exposes Android device control functionality through MCP tools that can be consumed by AI agents like Claude Desktop, GitHub Copilot Chat, or VS Code agent mode.

Requirements: Python 3.10+ (tested on 3.10, 3.11, 3.12, 3.13)

Development Commands

Environment Setup

Quick Install (Automated):

# Run the installation script (handles everything)
./install.sh

Manual Install:

# Create and activate virtual environment
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies (using uv - preferred)
uv pip install -e .

# Or using traditional pip
pip install -r requirements.txt

ADB Configuration

If ADB is not in your system PATH:

  1. Copy the environment template:
cp .env.example .env
  1. Edit .env and configure your Android SDK path:
# Recommended: Set ANDROID_HOME
ANDROID_HOME=/Users/username/Library/Android/sdk

# Alternative: Set direct ADB path
# ADB_PATH=/Users/username/Library/Android/sdk/platform-tools/adb

The server checks for ADB in this order:

  1. ADB_PATH environment variable (direct path)
  2. ANDROID_HOME/platform-tools/adb
  3. System PATH

Running the Server

Quick Start:

# MCP stdio mode (for Claude Desktop, VS Code)
./start.sh

# HTTP mode (for development/testing)
./start-http.sh

Manual Start:

# Activate virtual environment first
source .venv/bin/activate

# MCP stdio mode (for AI agent integration)
python3 server.py

# HTTP mode with uvicorn (for development/testing)
uvicorn server:app --factory --host 0.0.0.0 --port 8000

Testing

# Run all tests
pytest

# Run with coverage
pytest --cov

# Run specific test file
pytest tests/test_server.py

Code Quality

# Lint and format with ruff
ruff check .
ruff format .

Read the full file on GitHub · 1,232 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 1,232 lines · 9,974 tokens per session scan A fc25e31fcbc8

Subscribe to this mod's changes

mcp-android-server-python CLAUDE.md is an instructions file published in the GitHub repository manuelsiuro/mcp-android-server-python (0 stars, last pushed 11mo ago), licensed MIT. It adds 9,974 tokens to every session, about $0.0499 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

rails-ai-bridge AGENTS.md

Instructions for igmarin/rails-ai-bridge, covering agents.md — rails-ai-bridge development guide, architecture, key design decisions, testing and conventions.

igmarin/rails-ai-bridge · 1,409 tokens

native-devtools-mcp AGENTS.md

AGENTS.md instructions for vectora-foundry/native-devtools-mcp, covering agent context: native-devtools-mcp, 🧠 core reasoning loop, 🗺️ capabilities matrix (strategy guide), 🛠️ tool definitions & schemas and 1. vision & perception (the "eyes").

vectora-foundry/native-devtools-mcp · 8,302 tokens

hinge-auto AGENTS.md

Instructions for houseunlimited/hinge-auto, covering agent instructions, what this project is, hard constraints (read before doing anything), setup flow (walk the user through this in order) and phase 1 — environment.

houseunlimited/hinge-auto · 3,343 tokens

simulang-js CLAUDE.md

Instructions for simular-ai/simulang-js, covering @simular-ai/simulang-js, where the api is documented, mental model, logging is on by default and live log viewer (optional).

simular-ai/simulang-js · 1,562 tokens

Interceptor AGENTS.md

AGENTS.md instructions for Hacker-Valley-Media/Interceptor, covering interceptor agent manual, install modes, core rules, background first (browser + macos) and surface decision.

Hacker-Valley-Media/Interceptor · 4,617 tokens

agent-ios GEMINI.md

Instructions for squaduplabs/agent-ios, a project described as: Drive the iOS Simulator from the CLI for AI coding agents: accessibility snapshots with element refs, taps, gestures, typing, and screenshots.

squaduplabs/agent-ios · 3 tokens