srmorete/adb-mcp
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.
Platform-specific configuration:
{
"mcpServers": {
"adb-mcp": {
"command": "npx",
"args": [
"-y",
"adb-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...