Android MCP Toolkit

v1.0.0Developer Toolsstable

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.

android-mcp-toolkitmcpai-integration
Share:
15
Stars
0
Downloads
0
Weekly
0/5

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

Convert Figma SVG designs to Android XML layouts.
Manage Android resources and Gradle configurations with AI.
Nam0101

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMar 31, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx android-mcp-toolkit

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-toolkit
2

Configure 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"]
    }
  }
}
3

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 devices
4

Use 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.

5

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.js

Android 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.

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.

Quick Config Preview

{ "mcpServers": { "android-mcp-toolkit": { "command": "npx", "args": ["-y", "android-mcp-toolkit"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides