A MCP tool that builds Android project and send error back. It also helps to run test and feed the error back to llm.
Project description
Android Project MCP Server
A Model Context Protocol server that builds Android project that enables seamless workflow working with Android projects in Visual Studio Code using extensions like Cline or Roo Code.
Available Tools
build- Build Android projectfolder(string, required): The full path of the current folder that the Android project sits
test- Run unit testfolder(string, required): The full path of the current folder that the Android project sits
instrumentedTest- Run Instrumented testfolder(string, required): The full path of the current folder that the Android project sits
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run mcpandroidbuild.
Using PIP
Alternatively you can install mcpandroidbuild via pip:
pip install mcpandroidbuild
After installation, you can run it as a script using:
python -m mcpandroidbuild
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
"mcpServers": {
"mcpandroidbuild": {
"command": "uvx",
"args": ["mcpandroidbuild"]
}
}
Using pip installation
"mcpServers": {
"mcpandroidbuild": {
"command": "python",
"args": ["-m", "mcpandroidbuild"]
}
}
License
mcpandroidbuild MCP tool is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcpandroidbuild-0.10.0.tar.gz.
File metadata
- Download URL: mcpandroidbuild-0.10.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b1c9de00721abcb43aa337034ba2dba9db7adeaff6aecbe3e775a9b5cf774f
|
|
| MD5 |
de2e92774f7244b9b5e8e2aa7cb6004b
|
|
| BLAKE2b-256 |
9a1cbd06564a1f284c2f5abc229cb6f26a8125d73eb876b88fc7b3dd1fdb3b16
|
File details
Details for the file mcpandroidbuild-0.10.0-py3-none-any.whl.
File metadata
- Download URL: mcpandroidbuild-0.10.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
019970090c896dce1e005bf5636da71e026d37d91c997450b1dd867d2312bc92
|
|
| MD5 |
41520606c1d79ca36b4525cc5197d0d4
|
|
| BLAKE2b-256 |
40efc471ca49acac08b3d30d4c2cb7bcbdf3a20f66943db2c0b25859f30ce370
|