Android Mobile MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| mobile_initA | Initialize the Android device connection. Must be called before using any other mobile tools. |
| mobile_dump_uiA | Get UI elements from Android screen as JSON with hierarchical structure. Returns a JSON structure where elements contain their child elements, showing parent-child relationships. Only includes focusable elements or elements with text/content_desc/hint attributes. |
| mobile_clickC | Click on a specific coordinate on the Android screen. Args: x: X coordinate to click y: Y coordinate to click |
| mobile_typeA | Input text into the currently focused text field on Android. Args: text: The text to input submit: Whether to submit text (press Enter key) after typing |
| mobile_key_pressC | Press a physical or virtual button on the Android device. Args: button: Button name (BACK, HOME, RECENT, ENTER) |
| mobile_swipeC | Perform a swipe gesture on the Android screen. Args: start_x: Starting X coordinate start_y: Starting Y coordinate end_x: Ending X coordinate end_y: Ending Y coordinate duration: Duration of swipe in seconds (default: 0.5) |
| mobile_list_appsA | List all installed applications on the Android device. Returns a JSON array with package names and application labels. |
| mobile_launch_appB | Launch an application by its package name. Args: package_name: The package name of the app to launch (e.g., 'com.android.chrome') |
| mobile_take_screenshotA | Take a screenshot of the current Android screen. Returns an image object that can be viewed by the LLM. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/erichung9060/Android-Mobile-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server