DroidAgentKit
Rank #11,372io.github.iVamsi/droidagentkit
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 #11,372 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DroidAgentKit is listed on Official MCP, with 4 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 104,088 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 droidagentkit -- npx -y @droidagentkit/launcher[mcp_servers.droidagentkit]
command = "npx"
args = ["-y", "@droidagentkit/launcher"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"droidagentkit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"droidagentkit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"droidagentkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"droidagentkit": {
"command": "npx",
"args": [
"-y",
"@droidagentkit/launcher"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"droidagentkit": {
"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%2Fdroidagentkit)<a href="https://mcptoplist.com/server/io.github.iVamsi%2Fdroidagentkit"><img src="https://mcptoplist.com/badge/io.github.iVamsi%2Fdroidagentkit.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iVamsi
Available versions (4)
| Version | Published |
|---|---|
| 0.2.6-alpha | Aug 9, 2026 |
| 0.2.5-alpha | Jul 31, 2026 |
| 0.2.4-alpha | Jul 31, 2026 |
| 0.2.1-alpha | Jul 28, 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 4 versions of DroidAgentKit, most recently published on Aug 9, 2026.
- Where can I find the source code for DroidAgentKit?
- The source code for DroidAgentKit is hosted at github.com/iVamsi/droid-agent-kit.