Configuration
Editor Setup
Section titled “Editor Setup”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" } }}Open Cursor Settings > MCP and add a new server, or edit ~/.cursor/mcp.json:
{ "mcpServers": { "android-pilot": { "command": "npx", "args": ["-y", "android-pilot-mcp"] } }}Open Windsurf Settings > MCP and add:
{ "mcpServers": { "android-pilot": { "command": "npx", "args": ["-y", "android-pilot-mcp"] } }}Any MCP client that supports stdio transport can use this server. Point it at android-pilot-mcp or npx -y android-pilot-mcp.
Verify Connection
Section titled “Verify Connection”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).