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.
Tools
convert-svg-to-android-drawable
read-adb-logcat
get-pid-by-package
get-current-activity
fetch-crash-stacktrace
check-anr-state
clear-logcat-buffer
Server Config
{
"mcpServers": {
"android-mcp-toolkit": {
"command": "npx",
"args": [
"-y",
"android-mcp-toolkit"
]
}
}
}