Odel
AndroJack MCP

AndroJack MCP

Local
@vikas979321TypeScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmandrojack-mcpv2.0.0

Run

npx -y androjack-mcp

MCP client config

{
  "mcpServers": {
    "androjack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}