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.
What is Android MCP Toolkit?
Android MCP Toolkit is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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...
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.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A growing collection of MCP tools for Android Development. C
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx android-mcp-toolkitConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Android MCP Toolkit
Android MCP Toolkit is a growing collection of MCP tools designed to accelerate Android development workflows by giving AI assistants direct access to device inspection, UI automation, and design conversion capabilities. Its flagship feature is a deterministic Figma-SVG-to-Android-XML converter that produces VectorDrawable XML without hallucinations, but it also includes ADB-powered tools for logcat filtering, UI hierarchy dumping, screenshot capture, and input injection. Teams use it to automate the tedious translation of design assets and to give AI assistants real-time visibility into what is actually happening on a connected Android device.
Prerequisites
- Node.js 18+ and npm installed
- ADB (Android Debug Bridge) installed and in your PATH for device inspection tools
- A connected Android device or emulator with USB debugging enabled (for ADB tools)
- An MCP-compatible client such as Cursor or Claude Desktop
Install via npx (no installation required)
The toolkit can be run directly with npx without any global installation. This is the recommended approach for most users.
npx android-mcp-toolkitConfigure your MCP client
Add the server to your Cursor or Claude Desktop MCP configuration. The server runs as a local stdio process via npx.
{
"mcpServers": {
"android-mcp-toolkit": {
"command": "npx",
"args": ["-y", "android-mcp-toolkit"]
}
}
}Verify ADB connectivity for device tools
For logcat, UI hierarchy, screenshot, and input injection tools, ensure ADB can see your device. Run this command before asking the AI assistant to use device inspection tools.
adb devicesUse the SVG-to-Android converter
The convert-svg-to-android-drawable tool accepts either a file path to an SVG or inline SVG content and converts it to Android VectorDrawable XML. The conversion is deterministic — no AI guessing involved.
Build from source for local development
If you want to modify the toolkit or contribute new tools, clone the repository and build it locally.
git clone https://github.com/Nam0101/android-mcp-toolkit.git
cd android-mcp-toolkit
npm install
npm run build
node dist/index.jsAndroid MCP Toolkit Examples
Client configuration
Configure Cursor or Claude Desktop to use Android MCP Toolkit via npx — the server auto-downloads on first use.
{
"mcpServers": {
"android-mcp-toolkit": {
"command": "npx",
"args": ["-y", "android-mcp-toolkit"]
}
}
}Prompts to try
Example prompts that exercise the SVG conversion, device inspection, and UI automation tools.
- "Convert this SVG to an Android VectorDrawable XML: <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2L2 22h20L12 2z'/></svg>"
- "Filter logcat for the package com.example.myapp and show me any crash logs."
- "Dump the current UI hierarchy of the device as XML."
- "Take a screenshot of the connected Android device."
- "Check if the translated text 'Einstellungen' will cause layout overflow compared to the English 'Settings'."Troubleshooting Android MCP Toolkit
ADB tools fail with 'no devices/emulators found'
Run adb devices in your terminal to verify connectivity. Make sure USB debugging is enabled in Android Developer Options, the USB cable is data-capable (not charge-only), and you have accepted the RSA key fingerprint prompt on the device.
SVG conversion produces incorrect or empty VectorDrawable output
Ensure the SVG input has a valid viewBox attribute and uses standard SVG path elements. Complex SVG features like filters, masks, or raster images are not supported in Android VectorDrawable format — simplify the SVG in a design tool like Figma before converting.
npx android-mcp-toolkit fails with a package not found error
Verify you have Node.js 18+ installed (node --version) and npm is configured to reach the public registry. If you are behind a corporate proxy, configure npm proxy settings or use the local build approach by cloning and running npm run build instead.
Frequently Asked Questions about Android MCP Toolkit
What is Android MCP Toolkit?
Android MCP Toolkit is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Android MCP Toolkit?
Follow the installation instructions on the Android MCP Toolkit GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Android MCP Toolkit?
Android MCP Toolkit works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Android MCP Toolkit free to use?
Yes, Android MCP Toolkit is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Android MCP Toolkit Alternatives — Similar Developer Tools Servers
Looking for alternatives to Android MCP Toolkit? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Android MCP Toolkit in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Android MCP Toolkit?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.