Skip to main content
Glama

mcp-devices 4.0.0 (ex-claude-in-mobile)

๐Ÿ‘‰ Want everything in one package? Keep using claude-in-mobile.

Nothing changes for you. Same install, all platforms bundled, still maintained:

npm i -g claude-in-mobile

That's it โ€” the all-in-one edition. Read on only if you'd rather install the platforms separately (that's what mcp-devices is for).


Related MCP server: Android MCP Server

Two editions โ€” same tool

Edition

Best for

Install

claude-in-mobile

Want it all in one, zero setup

npm i -g claude-in-mobile

mcp-devices

Want a slim base + only the platforms you need

npm i -g mcp-devices (+ platform plugins, below)

Both are maintained. claude-in-mobile was renamed to mcp-devices in 4.0 and split into a modular edition; the all-in-one keeps its name and its unchanged install. The rest of this README covers the modular mcp-devices edition.


Install in 3 steps (modular)

# 1. base server
npm i -g mcp-devices

# 2. add a platform (example: Android)
npm i -g @mcp-devices/plugin-android
mcp-devices install android

# 3. point your MCP client at it
#    { "mcpServers": { "mobile": { "command": "mcp-devices" } } }

Restart your MCP client. Done โ€” ask Claude "take a screenshot of my Android device" and it works.

Check prerequisites any time: mcp-devices doctor.

Pick your platform

Each platform is a separate package. Install the one(s) you need โ€” full guide in each doc:

Platform

Install

Needs

Guide

Android

npm i -g @mcp-devices/plugin-android

adb

android ยป

iOS

npm i -g @mcp-devices/plugin-ios

xcrun (macOS/Xcode)

ios ยป

Web

npm i -g @mcp-devices/plugin-web

Chrome

web ยป

Desktop

npm i -g @mcp-devices/plugin-desktop

Java/JDK

desktop ยป

Aurora

npm i -g @mcp-devices/plugin-aurora

flutter-aurora

aurora ยป

All

npm i -g @mcp-devices/plugin-all

โ€”

โ€”

After installing a package, enable it: mcp-devices install <name> (or all), then restart.

What it can do

  • Drive apps โ€” screenshots, taps/swipes/typing, app launch, UI tree, shell, logs, permissions, files.

  • Debug live apps โ€” breakpoints, stepping, inspect variables, evaluate expressions (Android JDWP + iOS LLDB). See debug ยป.

  • Test โ€” visual regression, accessibility audit, performance, sensor/network simulation.

These come as ~20 built-in tool modules plus the on-demand debug plugin โ€” full tool catalog ยป.

Switching from all-in-one to modular?

Happy with the bundled claude-in-mobile? Do nothing โ€” it stays maintained and installs exactly as before. This section is only if you want to move to the slim modular edition.

  • Your claude-in-mobile command keeps working either way โ€” mcp-devices installs both the mcp-devices and claude-in-mobile binaries.

  • The only difference is that platforms aren't bundled โ€” install the one(s) you actually use:

npm i -g mcp-devices
npm i -g @mcp-devices/plugin-android   # (or plugin-all for everything)
mcp-devices install android

Tools, actions, and MCP client config are identical to the bundled edition.

Docs

Notes

  • The modular base loads no platforms by default โ€” you enable the ones you need (mcp-devices install <name>). The claude-in-mobile edition enables them all.

  • The debug plugin isn't yet part of mcp-devices install โ€” enable it with MCP_DEVICES_TOOL_PLUGINS=debug or ~/.mcp-devices/config.json.

  • Prefer everything in one package? Use the all-in-one claude-in-mobile edition (npm i -g claude-in-mobile) โ€” still maintained, install unchanged.

Install Server
A
license - permissive license
B
quality
A
maintenance

Maintenance

โ€“Maintainers
22hResponse time
5dRelease cycle
43Releases (12mo)
Commit activity
Issues opened vs closed

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.
    9
    5
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with Android devices and emulators through ADB, allowing control actions like tapping, text input, screenshots, UI inspection, and app launching through natural language.
    15
    8
    ISC
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to control mobile and desktop devices with natural language, including running automation tasks, taking screenshots, and managing devices.
    6
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to iโ€ฆ

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

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

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/AlexGladkov/claude-in-mobile'

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