mcpbeat Sign in

Deepadb MCP Server

local only

Deepadb runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 30 Aug 2026.

Full-featured ADB MCP server — 209 tools across 49 modules, from UI to baseband.

Installs per day peak 25 · avg 10 · -55% w/w
a month agotoday
61
Installs / week
npm · deepadb
17
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  async exec(args: string[], options: AdbExecOptions = {}): Promise<AdbResult> {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add deepadb -- npx -y deepadb
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deepadb": {
      "args": [
        "-y",
        "deepadb"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deepadb]
command = "npx"
args = ["-y", "deepadb"]
.cursor/mcp.json
{
  "mcpServers": {
    "deepadb": {
      "args": [
        "-y",
        "deepadb"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deepadb": {
      "args": [
        "-y",
        "deepadb"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Deepadb

same job, measured the same way
ServiceNow MCP Server
by habenani

400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.

129 installs/wk local only
ServiceNow MCP Server
by aartiq

400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.

local only
GWAS Bioinformatics MCP Server
by zaeyasa

Access 30+ bioinformatics tools from 14 databases.

77 installs/wk local only
Bitrix24 MCP
by rcs-kz

Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.

34 installs/wk local only
Delora MCP
by deloraprotocol

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

68 installs/wk 6 tools answering
TokenLab MCP Server
by hedging8563

TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.

581 installs/wk local only
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only
AccuWeather MCP
by jonjam

MCP server providing weather tools with data sourced from AccuWeather.

local only

Deepadb — questions

Answers built from our own checks of this server.

Why is there no uptime for Deepadb?
Deepadb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package deepadb was installed 61 times last week.
How do I connect Deepadb?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls deepadb straight from npm; nothing to host, nothing to sign up for.
How many people use Deepadb?
The npm package deepadb was installed 61 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Deepadb open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.