drio
Open app

Android ADB MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Android ADB MCP Server is a Model Context Protocol (MCP) server that allows AI assistants to interact with Android devices via the Android Debug Bridge (ADB), facilitating automation in Android development and testing.

To use the server, add it to your MCP configuration file and ensure ADB is installed on your system. Restart your AI assistant to apply the new configuration.

  • Manage multiple Android devices - Execute shell commands on devices - Install/uninstall applications - Push/pull files between local and Android devices - Take screenshots and save or copy them - Smart device selection for connected devices
  1. Automating app installation and testing on multiple devices.
  2. Managing device files and applications remotely.
  3. Taking screenshots for documentation or testing purposes.

Add to your AI client

Use these steps to connect Android ADB MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "android-adb-mcp-server-landicefu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "android-adb-mcp-server-landicefu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "android-adb-mcp-server-landicefu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "android-adb-mcp-server-landicefu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "android-adb-mcp-server-landicefu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "android-adb-mcp-server-landicefu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-android-adb-mcp-server-landicefu"
      ]
    }
  }
}

FAQ

What is required to run the server?

ADB must be installed and available in your system PATH.

How do I troubleshoot connection issues?

Ensure your device is connected and USB debugging is enabled. Use `adb devices` to check connectivity.

Can I manage multiple devices?

Yes, the server supports managing multiple devices, but you need to specify the `device_id` when multiple devices are connected.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1837,"uuid":"7d791606-0c52-427a-a491-fc3301f3d591","name":"android-adb-mcp-server","title":"Android ADB MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","created_at":"2025-03-05T05:37:24.759Z","updated_at":"2025-03-12T10:21:16.391Z","status":"created","author_name":"landicefu","author_avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/landicefu/android-adb-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"ISC license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-06 16:22:15\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]