Submit

アイリ Android MCP

@lemonnekogh

A MCP server to allow LLM to use Android Device.
Overview

What is Airi Android?

Airi Android is a MCP (Multi-Channel Protocol) server designed to enable Large Language Models (LLMs) to interact with Android devices.

How to use Airi Android?

To use Airi Android, set up your development environment by installing the necessary package manager and dependencies, connect your Android device via USB or AVD, and start the server using the provided command.

Key features of Airi Android?

  • Allows LLMs to communicate with Android devices.
  • Supports ADB (Android Debug Bridge) connections.
  • Provides a web-based inspector for monitoring and managing connections.

Use cases of Airi Android?

  1. Integrating AI functionalities into Android applications.
  2. Automating tasks on Android devices using LLMs.
  3. Developing and testing AI-driven mobile applications.

FAQ from Airi Android?

  • What is the purpose of Airi Android?

Airi Android serves as a bridge for LLMs to utilize Android devices for various applications.

  • How do I connect my Android device?

You can connect your Android device via USB or use an Android Virtual Device (AVD).

  • Is there a web interface for Airi Android?

Yes, you can access the inspector at http://localhost:6274 after starting the server.

Server Config

{
  "mcpServers": {
    "airi-android": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "ADB_HOST",
        "ghcr.io/lemonnekogh/airi-android:v0.2.0"
      ],
      "env": {
        "ADB_HOST": "host.docker.internal"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.