Skip to content
VS Code

AndroJack MCP for VS Code

io.github.vikas9793/androjack

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

client:VS Code transport:stdio runtime:npm

Install AndroJack MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "androjack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AndroJack MCP in other clients