Skip to main content

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 project
    • folder (string, required): The full path of the current folder that the Android project sits
  • test - Run unit test
    • folder (string, required): The full path of the current folder that the Android project sits
  • instrumentedTest - Run Instrumented test
    • folder (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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpandroidbuild-0.10.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpandroidbuild-0.10.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

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

Hashes for mcpandroidbuild-0.10.0.tar.gz
Algorithm Hash digest
SHA256 e5b1c9de00721abcb43aa337034ba2dba9db7adeaff6aecbe3e775a9b5cf774f
MD5 de2e92774f7244b9b5e8e2aa7cb6004b
BLAKE2b-256 9a1cbd06564a1f284c2f5abc229cb6f26a8125d73eb876b88fc7b3dd1fdb3b16

See more details on using hashes here.

File details

Details for the file mcpandroidbuild-0.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpandroidbuild-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 019970090c896dce1e005bf5636da71e026d37d91c997450b1dd867d2312bc92
MD5 41520606c1d79ca36b4525cc5197d0d4
BLAKE2b-256 40efc471ca49acac08b3d30d4c2cb7bcbdf3a20f66943db2c0b25859f30ce370

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page