Skip to content
Grok

DroidAgentKit for Grok

io.github.ivamsi/droidagentkit

Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals.

client:Grok transport:stdio runtime:npm

Install DroidAgentKit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "droidagentkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@droidagentkit/launcher"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DroidAgentKit in other clients