DroidAgentKit
Rank #14,104io.github.iVamsi/android-agent-kit
Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals.
DroidAgentKit is a Model Context Protocol (MCP) server published by iVamsi. It ranks #14,104 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DroidAgentKit is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 31, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 101,356 of 115,460 servers on MCP Toplist.
Use DroidAgentKit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add android-agent-kit -- npx -y @droidagentkit/launcher[mcp_servers.android-agent-kit]
command = "npx"
args = ["-y", "@droidagentkit/launcher"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"android-agent-kit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"android-agent-kit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"android-agent-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"android-agent-kit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"android-agent-kit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}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.iVamsi%2Fandroid-agent-kit)<a href="https://mcptoplist.com/server/io.github.iVamsi%2Fandroid-agent-kit"><img src="https://mcptoplist.com/badge/io.github.iVamsi%2Fandroid-agent-kit.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iVamsi
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0-alpha | Aug 10, 2026 |
| 0.2.7-alpha | Aug 9, 2026 |
Frequently asked questions
- Who maintains DroidAgentKit?
- DroidAgentKit is maintained by iVamsi, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is DroidAgentKit listed on the Official MCP Registry?
- Yes — DroidAgentKit is listed on the Official MCP Registry.
- How many versions does DroidAgentKit have?
- MCP Toplist tracks 2 versions of DroidAgentKit, most recently published on Aug 10, 2026.
- Where can I find the source code for DroidAgentKit?
- The source code for DroidAgentKit is hosted at github.com/iVamsi/droid-agent-kit.