Deepadb MCP Server

MCP (Model Context Protocol) server for AI agents that need to inspect, control, test, and diagnose Android devices through ADB - or directly on-device through Termux. Its 40 documented tools cover adb, file, logcat, info. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 15 · #76 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Deepadb

before you install - you'll need

DA_HTTP_PORT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add fullread-deepadb -- npx -y deepadb

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fullread-deepadb": {
      "command": "npx",
      "args": [
        "-y",
        "deepadb"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package deepadb - unscoped; check the name against the project README before installing

registry namespace io.github.fullread is GitHub-verified and matches the repo owner

03 · What Deepadb can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all connected devices with state, model, and product info, read a specific system property or dump all properties, execute arbitrary shell commands with configurable timeout (security-checked), and execute commands as root via su (requires rooted device, security-checked).

Capability map

Tools grouped from the project's README - what Deepadb lets an agent do.

Adb

37 tools - e.g. Comprehensive toolchain validation: ADB binary, server, device connection, authorization, root access, and storage writability; List all connected devices with state, model, and product info; Detailed…

adb_health_check · adb_devices · adb_device_info · adb_getprop · adb_shell · adb_root_shell…

auth & access

3 tools - e.g. Grant a runtime permission to a package; Revoke a runtime permission from a package (reset permission state for testing denial flows); List all declared and granted permissions for a package, filterable…

adb_grant_permission · adb_revoke_permission · adb_list_permissions

Latest releases

v1.1.3 · 2026-05-30

DeepADB v1.1.3 - Transitive Dependency Security & CI Hardening · Security patch release. Dependency lockfile, CI configuration, and test/docs files only - no tool, API, or behavior changes. Still 204 tools across 45…

v1.1.2 · 2026-05-29

DeepADB v1.1.2 is a hardening and tooling release. 204 tools across 45 modules, 5 resources, and 4 prompts; the project gains continuous integration, coverage, a transport test suite, property-based input fuzzing…

v1.1.1 · 2026-04-17

DeepADB v1.1.1 - Hardware Sensors, IIO Power Monitors & Comprehensive File Operations · 198 tools across 44 modules - the most comprehensive ADB MCP server available. · What's New · 2 New Tools in a New Module…

04 · Who maintains Deepadb

deepadb is maintained by fullread. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
browser automation - ranked #76 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-05-30)
registry
io.github.fullread/deepadb (active, first published 2026-04-13 · 4 versions)
packages
npm:deepadb

06 · Deepadb FAQ

Is Deepadb still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Deepadb do?

With this server connected, an agent can list all connected devices with state, model, and product info, read a specific system property or dump all properties, execute arbitrary shell commands with configurable timeout (security-checked), and execute commands as root via su (requires rooted device, security-checked).

How do I install Deepadb?

Run `npx -y deepadb`. The README documents one environment variable (DA_HTTP_PORT) to set first. You can also paste the ready-made client config above.

Does Deepadb run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Deepadb

More browser automation MCP servers · Gamedev Pl · Cesium MCP Dev · Cesium MCP Runtime · Munin · Ghost in the Droid

More TypeScript MCP servers · Agent Audit · Fundzwatch · Qubic MCP · Awesome Mineflayer MCP · see all