android-mcp-server
The ADB MCP Server integrates Android Debug Bridge (ADB) functionality to allow Claude to interact with Android devices. It provides a set of tools to list, manage, and control applications on these devices, including installing and uninstalling apps, capturing screenshots, and transferring files.
How do I install the ADB MCP Server?
Clone the repository, install dependencies using npm, and build the project using npm run build.
What is required to use the ADB MCP Server?
You need to have ADB installed and added to your system's PATH, and USB debugging enabled on your Android device.
Can I use the ADB MCP Server on multiple platforms?
Yes, it can be configured to work with platforms like Claude Desktop and Windsurf by modifying the configuration files.
How do I enable USB debugging on my Android device?
Go to Settings > About Phone, tap the Build Number 7 times to enable Developer Options, then enable USB Debugging in Developer Options.
What permissions are required for the ADB MCP Server to function?
The server requires permissions to access ADB and perform operations on connected Android devices, which may include granting specific app permissions.