You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Mobile MCP server fails to detect ADB on Claude Desktop despite proper PATH configuration. While GitHub Copilot successfully executes ADB commands against the same environment setup, Claude Desktop consistently returns "ADB not found" errors. I've verified the platform-tools directory is correctly added to both the system PATH and explicitly configured in the filesystem MCP.
Configuration (please complete the following information):
Agent: Claude Desktop 3.7 Sonnet
OS: macOS Sequoia 15.4.1
Device: Android Emulator
Android Version: Android v14 (API 34)
To Reproduce
Steps to reproduce the behavior:
Install and configure Mobile MCP server on macOS
Verify Android emulator is running (adb devices shows device in terminal)
Connect Claude Desktop to the MCP server
Request Claude to list connected devices
Observe the error response from mobile_list_available_devices command
Expected behavior
Claude Desktop should successfully detect and list available Android devices through the Mobile MCP server, identical to the functionality working correctly in GitHub Copilot.
Screenshots
The text was updated successfully, but these errors were encountered:
Hey @MrRahulR . Thanks for this issue. Claude Desktop is executed in a new environment, that might not inherit from your bashrc. As opposed to command line tools.
Two things here:
I need to debug why you got ENOENT, it should have told you that you dont have platform-tools installed.
Thank you so much for your help, it worked! I'm now able to execute the commands on Claude as well.
Since the issue is resolved, I’ll go ahead and close the PR.
Describe the bug
The Mobile MCP server fails to detect ADB on Claude Desktop despite proper
PATH
configuration. While GitHub Copilot successfully executes ADB commands against the same environment setup, Claude Desktop consistently returns "ADB not found" errors. I've verified theplatform-tools
directory is correctly added to both the systemPATH
and explicitly configured in the filesystem MCP.Configuration (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
mobile_list_available_devices
commandExpected behavior
Claude Desktop should successfully detect and list available Android devices through the Mobile MCP server, identical to the functionality working correctly in GitHub Copilot.
Screenshots
The text was updated successfully, but these errors were encountered: