Installation
Install
Section titled “Install”No installation needed — run directly:
npx android-pilot-mcpInstall globally for repeated use:
npm install -g android-pilot-mcpThen run:
android-pilot-mcp- Clone the repository:
Terminal window git clone https://github.com/sitharaj88/android-pilot-mcp.gitcd android-pilot-mcp - Install dependencies:
Terminal window npm install - Build the project:
Terminal window npm run build - Run the server:
Terminal window npm start
Verify Installation
Section titled “Verify Installation”After installing, verify the server starts correctly:
npx android-pilot-mcpThe server communicates via stdio and will wait for MCP client connections. You won’t see any output — that’s expected. Configure your editor to connect to it.
Next Steps
Section titled “Next Steps”- Configure your editor to connect to the MCP server.
- Check the prerequisites for Android SDK and Java setup.