Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

replicant-mcp

NPM · REPLICANT-MCP · SCANNED AUG 3

Android MCP server for AI-assisted development. Build, test, emulate, and automate.

Available components

+19 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (156 of 160), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to thecombatwombat/replicant-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 87 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1057 tokens (~75/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage81
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 42% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · replicant-mcp

# add to Claude Code
claude mcp add thecombatwombat-replicant-mcp -- npx -y replicant-mcp
# add to Codex CLI
codex mcp add thecombatwombat-replicant-mcp -- npx -y replicant-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thecombatwombat-replicant-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "replicant-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add thecombatwombat-replicant-mcp --command npx --arg -y --arg replicant-mcp
# ~/.hermes/config.yaml
mcp_servers:
  thecombatwombat-replicant-mcp:
    command: "npx"
    args: ["-y", "replicant-mcp"]
// mcp.json
{
  "mcpServers": {
    "thecombatwombat-replicant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "replicant-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • GHSA-f88m-g3jw-g9cj affects this package: high security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: thecombatwombat/replicant-mcp security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +14
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −39
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
thecombatwombat/replicant-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/thecombatwombat/replicant-mcp/.github/workflows/release.yml@refs/tags/v1.6.7
Rekor log index:
1457184919
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:48d8311c628c122d7844319c3e4c500698cf947296489634b00ea4e16cf6adce3c0f30432f7aaddf06e79ddcdb2975f7e25e3aaa64a45828e0259cad3
Discovery method:
attestation_endpoint
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
Dependencies 156 packages

156 packages in the resolved dependency tree · 156 deprecated · 44 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~1,019 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
adb-app ~75

Manage applications.

NameTypeReqDescription
apkPathstringAPK path
filterstringFilter by name (case-insensitive)
limitnumberDefault: 20, max: 100
offsetnumberPagination offset
operationstringyes
packageNamestring

No output schema declared.

No examples provided.

adb-device ~27

Manage device connections.

NameTypeReqDescription
deviceIdstring
operationstringyes

No output schema declared.

No examples provided.

adb-logcat ~81

Read device logs. Returns summary with logId.

NameTypeReqDescription
levelstring
linesnumberyesDefault: 100
packagestring
rawFilterstring
sincestringe.g., '01-20 15:30:00.000'
tagsarray

No output schema declared.

No examples provided.

adb-shell ~82

Execute shell commands with safety guards.

NameTypeReqDescription
commandstringyes
maxCharsnumberTruncate output to N chars
previewCharsnumberPreview length (default: 200)
summaryOnlybooleanCompact preview only
timeoutnumberms, default: 30000, max: 120000

No output schema declared.

No examples provided.

cache ~44

Manage the cache. See rtfm for details.

NameTypeReqDescription
configobject
keystringKey to clear (optional)
operationstringyes

No output schema declared.

No examples provided.

emulator-device ~67

Manage Android emulators.

NameTypeReqDescription
avdNamestring
devicestringe.g., 'pixel_7'
emulatorIdstring
operationstringyes
snapshotNamestring
systemImagestring

No output schema declared.

No examples provided.

gradle-build ~43

Build. Returns summary with buildId.

NameTypeReqDescription
flavorstring
modulestringe.g., ':app'
operationstringyes

No output schema declared.

No examples provided.

gradle-get-details ~97

Fetch full output for a previous build/test by ID.

NameTypeReqDescription
detailTypestringyes
idstringyes
maxCharsnumberTruncate to N chars
previewCharsnumberFor summaryOnly with detailType logs/all: preview length in characters (default: 400)
summaryOnlybooleanReturn compact summary payload for logs/tasks/all detail types (ignored for errors)

No output schema declared.

No examples provided.

gradle-list ~34

Introspect project structure.

NameTypeReqDescription
modulestringe.g., ':app'
operationstringyes

No output schema declared.

No examples provided.

gradle-test ~74

Run tests. Returns summary with testId. With baseline, auto-detects regressions.

NameTypeReqDescription
filterstringe.g., '*LoginTest*'
modulestring
operationstringyes
taskNamestringTask name for baseline operations. Defaults to operation name.

No output schema declared.

No examples provided.

rtfm ~84

Get documentation. Pass category ('build'|'adb'|'emulator'|'ui'|'cache'|'index') or tool (tool name like 'ui-query').

NameTypeReqDescription
categorystringCategory: build, adb, emulator, ui, cache, index
toolstringTool name (e.g., 'ui-query') for tool-specific docs

No output schema declared.

No examples provided.

ui-action ~119

Interact with app UI: tap, input, scroll. Use selector or coords.

NameTypeReqDescription
amountnumberScroll fraction (0-1, default: 0.5)
deviceSpacebooleanx/y in device-space (default true). Set false only for image-space coords.
directionstring
elementIndexnumber
operationstringyes
selectorobject
textstring
xnumber
ynumber

No output schema declared.

No examples provided.

ui-capture ~76

Capture screenshots or visual snapshots.

NameTypeReqDescription
inlineboolean
localPathstring
maxDimensionnumberMax image dimension in pixels (default: 800). Higher = better quality, more tokens.
operationstringyes
rawbooleanSkip scaling, full device resolution.

No output schema declared.

No examples provided.

ui-query ~116

Query app UI. Accessibility-first.

NameTypeReqDescription
compactbooleanPaginated flat list (default: true). false for full tree.
debugboolean
gridCellnumber
gridPositionnumber
limitnumberDefault: 20
maxTiernumberMax fallback tier (1-5). Use 3 to stop before visual/grid payloads.
offsetnumber
operationstringyes
selectorobject

No output schema declared.

No examples provided.