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

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Comments