Skip to content

Configuration

Add to your project’s .mcp.json or global ~/.claude/mcp.json:

{
"mcpServers": {
"android-pilot": {
"type": "stdio",
"command": "npx",
"args": ["-y", "android-pilot-mcp"]
}
}
}

Or if installed globally:

{
"mcpServers": {
"android-pilot": {
"type": "stdio",
"command": "android-pilot-mcp"
}
}
}

After configuring, ask your AI editor:

List my connected Android devices

If the server is running correctly, you’ll see a list of connected devices (or an empty list if none are connected).