adb-mcp: Android emulator and device control over adb
Rank #8,591io.github.iksnerd/adb-mcp
Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.
adb-mcp: Android emulator and device control over adb is a Model Context Protocol (MCP) server published by iksnerd. It ranks #8,591 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. adb-mcp: Android emulator and device control over adb is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 123,455 of 132,046 servers on MCP Toplist.
Use adb-mcp: Android emulator and device control over adb
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add adb-mcp -- docker run -i --rm ghcr.io/iksnerd/adb-mcp:0.23.0[mcp_servers.adb-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/iksnerd/adb-mcp:0.23.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"adb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.23.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"adb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.23.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"adb-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.23.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"adb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.23.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"adb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.23.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iksnerd%2Fadb-mcp)<a href="https://mcptoplist.com/server/io.github.iksnerd%2Fadb-mcp"><img src="https://mcptoplist.com/badge/io.github.iksnerd%2Fadb-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
iksnerd
Available versions (5)
| Version | Published |
|---|---|
| 0.23.0 | Aug 25, 2026 |
| 0.22.2 | Aug 16, 2026 |
| 0.22.1 | Aug 16, 2026 |
| 0.22.0 | Aug 16, 2026 |
| 0.21.1 | Aug 16, 2026 |
Frequently asked questions
- Who maintains adb-mcp: Android emulator and device control over adb?
- adb-mcp: Android emulator and device control over adb is maintained by iksnerd, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is adb-mcp: Android emulator and device control over adb listed on the Official MCP Registry?
- Yes — adb-mcp: Android emulator and device control over adb is listed on the Official MCP Registry, alongside Glama.
- How many versions does adb-mcp: Android emulator and device control over adb have?
- MCP Toplist tracks 5 versions of adb-mcp: Android emulator and device control over adb, most recently published on Aug 25, 2026.
- Where can I find the source code for adb-mcp: Android emulator and device control over adb?
- The source code for adb-mcp: Android emulator and device control over adb is hosted at github.com/iksnerd/adb-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.