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.
Overview
What is Android MCP Toolkit?
Android MCP Toolkit is a collection of tools designed to enhance Android development by providing utilities for converting SVG files to Android VectorDrawable XML and reading adb logcat outputs for debugging.
How to use Android MCP Toolkit?
To use the toolkit, install it via npm with npm install, build it using npm run build, and run the server with node dist/index.js. You can also run it globally using npx android-mcp-toolkit.
Key features of Android MCP Toolkit?
- Fast conversion of SVG files to Android VectorDrawable XML.
- Real-time access to adb logcat outputs with filtering options.
- Designed for extensibility with plans for additional tools and features.
Use cases of Android MCP Toolkit?
- Quickly convert design assets from Figma into Android-compatible formats.
- Streamline debugging processes by filtering logcat outputs for specific packages or tags.
- Facilitate the integration of AI agents into the Android development workflow.
FAQ from Android MCP Toolkit?
- What is the purpose of the toolkit?
The toolkit aims to bridge the gap between AI tools and Android development, providing essential utilities for developers.
- Is the toolkit free to use?
Yes! The Android MCP Toolkit is open-source and free for everyone.
- What are the system requirements?
You need Node.js and adb installed on your system to use the toolkit.
Server Config
{
"mcpServers": {
"android-mcp-toolkit": {
"command": "npx",
"args": [
"-y",
"android-mcp-toolkit"
]
}
}
}