← Back to Android Proxy MCP

Install Android Proxy MCP

Pick your client, copy the command, done.

Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/zhizhuodemao/android-proxy-mcp.git
cd android-proxy-mcp
uv sync
2

Register it in Claude Code

claude mcp add android-proxy-mcp -- uv --directory /path/to/android-proxy-mcp run android-proxy-mcp

Replace any placeholder paths in the command with the real path on your machine.

Available Tools (7)

Once configured, Android Proxy MCP gives your AI agent access to:

proxy_statusGet the current status of the proxy server.
traffic_listList captured traffic with optional filtering by domain, status code, or resource type.
domainstatus_codetype
traffic_searchSearch through traffic content including URL, headers, and body.
query
traffic_get_detailRetrieve detailed metadata for a specific request.
request_id
traffic_read_bodyRead large response bodies in chunks.
request_idoffset
traffic_clearClear all stored traffic records.
get_cert_infoGet instructions for installing the CA certificate.

Try It Out

After setup, try these prompts with your AI agent:

Show me the most recent network requests.
Find all network requests to api.example.com that resulted in a 500 error.
Search for any requests that contain 'X-Token' in the headers.
Help me identify the API endpoint used by the app for searching content.
Read the response body for request req-5.

Keep this setup from going cold

Save the docs, env vars, and workflow around Android Proxy MCP in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup