MCP.so
Sign In
A

Android Mcp Toolkit

@Nam0101

About Android Mcp Toolkit

A growing collection of MCP tools for Android Development. Currently features a deterministic Figma-SVG-to-Android-XML converter, with plans for Gradle analysis, Resource management, and ADB integration tools.

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "android-mcp-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-toolkit"
      ]
    }
  }
}

Tools

7

Convert SVG markup or files into Android VectorDrawable XML quickly, optionally writing to disk.

Dump recent adb logcat output scoped by package, pid, or tag with tail and timeout controls.

Resolve process id for a package via adb shell pidof -s.

Inspect current focused app/window via dumpsys window (mCurrentFocus/mFocusedApp). Useful even in single-activity apps to verify top window.

Pull recent crash buffer (-b crash -d -t) optionally filtered by pid resolved from package.

Check recent ActivityManager ANR logs and tail /data/anr/traces.txt when accessible (best-effort, may require root/debuggable).

Run adb logcat -c to clear buffers before a new scenario.

Overview

What is Android Mcp Toolkit?

A small MCP server that bridges AI agents to the Android toolchain. It provides tools for instant SVG to Android VectorDrawable conversion (inline or file-based, with caching) and real‑time adb logcat reading with package/PID/tag filters, enabling asset conversion and crash triage without leaving the MCP client.

How to use Android Mcp

Comments

More Developer Tools MCP servers