Android MCP Toolkit

Android MCP Toolkit

Nam0101

Connects AI agents to Android development tools for asset conversion, debugging, and testing. Converts SVGs to VectorDrawables and provides live access to Android device diagnostics.

12252 views5Local (stdio)

What it does

  • Convert SVGs to Android VectorDrawable XML
  • Monitor and filter Android device logs in real-time
  • Take screenshots of Android devices
  • Simulate user interactions like taps and swipes
  • Check translation text length differences
  • Inspect current app activity and UI hierarchy

Best for

Android developers automating asset workflowsDebugging Android apps with AI assistanceUI testing and automated interaction scriptingLocalization teams checking layout compatibility
Direct ADB integration for live device accessFast cached SVG conversionAI-friendly structured outputs

Tools (7)

convert-svg-to-android-drawable

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

manage-logcat

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

get-current-activity

Inspect current focused app/window via dumpsys window.

estimate-text-length-difference

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

dump-ui-hierarchy

Capture the current UI hierarchy as XML using uiautomator.

Alternatives