mcpbeat Sign in

AndroJack MCP Server

local only

AndroJack MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 9 Sep 2026.

Android engineering MCP server with verified documentation grounding and AI validation tools.

Installs per day peak 235 · avg 24 · +15% w/w
a month agotoday
68
Installs / week
npm · androjack-mcp
21
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/traffic.yml:24
          RESPONSE=$(curl -s -w "\n%{http_code}" -H "Authorization: Bearer ${{ secrets.GH_PAT }}" \
Builds a database query by concatenation .github/workflows/publish-mcp-registry.yml:25
      - name: Update server.json version
        run: |
          VERSION=${{ steps.version.outputs.VERSION }}

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

Nothing serious here today

Today is the operative word: we check AndroJack MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 androjack -- npx -y androjack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "androjack": {
      "args": [
        "-y",
        "androjack-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.androjack]
command = "npx"
args = ["-y", "androjack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "androjack": {
      "args": [
        "-y",
        "androjack-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "androjack": {
      "args": [
        "-y",
        "androjack-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AndroJack MCP

same job, measured the same way
I
Engineer Your Data
by eghuzefa

MCP server for data engineering: validation, transformation, visualization, and APIs.

64 installs/wk local only
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
Vet
by getvet

Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.

56 installs/wk local only
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
Ignite UI MCP Server
by igniteui

Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding

255 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Mst MCP
by vipulsutar11

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

local only
Pine Labs SDK API Documentation MCP Server
by prakhargour10

List and fetch official Pine Labs SDK API documentation via MCP tools.

local only

AndroJack MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for AndroJack MCP?
AndroJack MCP 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 androjack-mcp was installed 68 times last week.
How do I connect AndroJack MCP?
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 androjack-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AndroJack MCP?
The npm package androjack-mcp was installed 68 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AndroJack MCP open source?
We cannot say either way: written in TypeScript and 21 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.