android-mcp-server
by us-all
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADB_PATH | No | Path to ADB binary (default: 'adb' on PATH) | |
| ANDROID_HOME | No | Android SDK path (auto-detected if not set) | |
| ANDROID_TOOLS | No | Comma-separated allowlist of tool categories (device, apps, ui, logcat, emulator, files, system, debug, shell) | |
| MCP_HTTP_HOST | No | HTTP bind host (default: 127.0.0.1) | |
| MCP_HTTP_PORT | No | HTTP listen port (default: 3000) | |
| MCP_TRANSPORT | No | Transport type: 'stdio' (default) or 'http' | |
| ANDROID_SERIAL | No | Target device serial (auto-selected if single device) | |
| MCP_HTTP_TOKEN | No | Bearer token for HTTP transport (required when MCP_TRANSPORT=http) | |
| ANDROID_DISABLE | No | Comma-separated denylist of tool categories (ignored if ANDROID_TOOLS is set) | |
| MCP_HTTP_SKIP_AUTH | No | Skip Bearer auth (set to 'true' to disable, e.g. behind reverse proxy) | |
| ANDROID_MCP_ALLOW_SHELL | No | Enable arbitrary adb shell execution; set to 'true' to allow | |
| ANDROID_MCP_ALLOW_WRITE | No | Enable write operations (install, tap, push); set to 'true' to allow |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues