DeepADB — full-featured Android Debug Bridge MCP server. 204 tools across 45 modules for device inspection from UI to baseband.
Deepadb MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. DeepADB — full-featured Android Debug Bridge MCP server. 204 tools across 45 modules for device inspection from UI to baseband.
MCP (Model Context Protocol) server providing full Android Debug Bridge (ADB) integration for AI agents. Enables MCP clients to directly interact with connected Android devices — inspecting state, running commands, managing apps, capturing logs, controlling device settings, analyzing UI hierarchies, recording screens, managing emulators, running structured test sessions, orchestrating multi-device operations, capturing network traffic, running CI pipelines, auditing accessibility, detecting performance regressions, executing cloud device farm tests, debugging over WiFi, building projects, and managing community
Once Deepadb is connected, these are the calls the assistant has available:
adb_devices — List all connected devices with state, model, and product infoadb_device_info — Detailed device properties (model, OS, SDK, build, security patch, ABI)adb_getprop — Read a specific system property or dump all propertiesadb_shell — Execute arbitrary shell commands with configurable timeout (security-checked)adb_root_shell — Execute commands as root via su (requires rooted device, security-checked)adb_install — Install APK with replace/downgrade optionsadb_uninstall — Remove package with optional data retentionadb_list_packages — List packages filtered by name or type (all/system/third-party)adb_package_info — Detailed package info (version, permissions, paths)adb_clear_data — Clear all app data and cacheadb_grant_permission — Grant a runtime permission to a packageadb_revoke_permission — Revoke a runtime permission from a package (reset permission state for testing denial flows)The server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Deepadb's toolset — adb_devices, adb_device_info, adb_getprop and 11 more — is a fair guide to whether it matches your workflow. It is maintained by fullread; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| adb_devices | List all connected devices with state, model, and product info |
| adb_device_info | Detailed device properties (model, OS, SDK, build, security patch, ABI) |
| adb_getprop | Read a specific system property or dump all properties |
| adb_shell | Execute arbitrary shell commands with configurable timeout (security-checked) |
| adb_root_shell | Execute commands as root via su (requires rooted device, security-checked) |
| adb_install | Install APK with replace/downgrade options |
| adb_uninstall | Remove package with optional data retention |
| adb_list_packages | List packages filtered by name or type (all/system/third-party) |
| adb_package_info | Detailed package info (version, permissions, paths) |
| adb_clear_data | Clear all app data and cache |
| adb_grant_permission | Grant a runtime permission to a package |
| adb_revoke_permission | Revoke a runtime permission from a package (reset permission state for testing denial flows) |
| adb_list_permissions | List all declared and granted permissions for a package, filterable by granted/denied |
| adb_force_stop | Force-stop an app immediately |
{
"mcpServers": {
"deepadb": {
"command": "node",
"args": ["/path/to/DeepADB/build/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.