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
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
Basic information
More Developer Tools MCP servers
Huoshan Test
volcengineTranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Comments