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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/us-all/android-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server