PluginBench
MCP Server
Active

AndroJack MCP MCP Server

io.github.VIKAS9793/androjack

What is the AndroJack MCP MCP server?

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

How to install AndroJack MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "androjack": {
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "androjack": {
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "androjack": {
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "androjack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "androjack-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add androjack -- npx -y androjack-mcp

Related MCP servers

Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.

2
TypeScript
MIT
View repository →