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.

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.

Unified tool to read logs, capture crashes, check ANRs, and clear buffers.

Inspect current focused app/window via dumpsys window.

Compare original and translated text lengths to detect layout risk; configurable tolerancePercent (default 30%).

Capture the current UI hierarchy as XML using uiautomator.

Capture device screenshot and save to a local file.

Simulate user input interactions (tap, text, swipe, keyevents) or click by UI element.

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