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
7Convert 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
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments