AndroJack MCP for Cursor
io.github.vikas9793/androjack
Android engineering MCP server with verified documentation grounding and AI validation tools.
client:Cursor
transport:stdio
runtime:npm
Install AndroJack MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"androjack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"androjack-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs