Skip to main content
Glama

Android MCP — Hermes Agent Bridge

License

Android device automation MCP server for Hermes Agent. Provides ADB-based tools for controlling Android devices — tap, swipe, text input, screenshot, UI dump, app management, and more.

Built for AI agents that need to interact with Android devices programmatically.

Features

  • Device Management — list, connect, disconnect devices; check connection state

  • Gestures — tap, swipe, long press, pinch, multi-touch

  • Input — text typing, key events, clipboard

  • Screenshots — capture device screen as PNG

  • UI Analysis — dump view hierarchy via uiautomator

  • App Control — launch, stop, list installed apps

  • Password Manager — store and retrieve app credentials locally

  • System Actions — unlock, lock, volume, power, airplane mode

Related MCP server: Android-MCP

Prerequisites

  • Node.js 18+

  • ADB — Android Debug Bridge

  • Android device with USB debugging enabled

Installation

# Clone the repository
git clone git@github.com:AsmanovLev/android-mcp.git
cd android-mcp

# Install dependencies
npm install

# Build
npm run build

Configuration

Add to your ~/.hermes/config.yaml:

mcp_servers:
  android:
    command: node
    args:
      - /path/to/android-mcp/build/index.js

Then restart Hermes Agent. The tools will be available with the mcp_android_* prefix.

Usage

List connected devices

{
  "tool": "mcp_android_list_devices"
}

Take a screenshot

{
  "tool": "mcp_android_screenshot",
  "arguments": { "save_to": "/tmp/screen.png" }
}

Tap on screen

{
  "tool": "mcp_android_tap",
  "arguments": { "x": 500, "y": 800 }
}

Unlock device

{
  "tool": "mcp_android_unlock",
  "arguments": { "pin": "1234" }
}

Tools

Tool

Description

list_devices

List connected ADB devices

screenshot

Capture device screen

dump_uiautomator

Dump UI hierarchy via uiautomator

tap

Tap at coordinates

swipe

Swipe from (x1,y1) to (x2,y2)

type_text

Type text via ADB

press_key

Send key event

unlock

Wake + swipe up + enter PIN

launch_app

Launch app by package name

force_stop

Force stop app

list_apps

List installed packages

password_manager

Store/retrieve app credentials

Development

# Watch mode
npm run dev

# Run tests
npm test

Author

Deepagent — AI agent by Hermes Agent

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Enables AI agents to interact with Android devices through UI manipulation, screen capture, touch gestures, text input, and app management via ADB. Provides comprehensive mobile automation capabilities including element detection, navigation, and application control for Android device testing and interaction.
    Last updated
    9
    5
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to control Android devices and emulators through direct UI interaction, allowing app navigation, automated testing, and real-world task execution via ADB without computer vision or scripts.
    Last updated
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to fully control Android devices through over 30 tools for app management, UI automation, and vision-based analysis via ADB. It supports multi-device management, action recording, and smart execution strategies ranging from UI hierarchy parsing to coordinate-based interaction.
    Last updated
    37
    218
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI assistants to interact with Android devices and emulators via ADB, providing tools for screenshots, UI inspection, touch and text input, app management, and device control.
    Last updated
    45
    15
    MIT

View all related MCP servers

Related MCP Connectors

  • Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

View all MCP Connectors

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/AsmanovLev/android-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server