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

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

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.

Android Project Server MCP server

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_fastmcp-0.10.1.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

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

mcpandroidbuild_fastmcp-0.10.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file mcpandroidbuild_fastmcp-0.10.1.tar.gz.

File metadata

File hashes

Hashes for mcpandroidbuild_fastmcp-0.10.1.tar.gz
Algorithm Hash digest
SHA256 d879c9bcde691fdabe40c8d614b857d24d3f1f8c4cc6cb9c6d895c876f2197df
MD5 cd4102bcd46696a874497b67d17fe48a
BLAKE2b-256 cdc7c3b2e9dc1d5e0b3987d7f94c2db07764b6da23ecc47ce92e3c87337e4a1b

See more details on using hashes here.

File details

Details for the file mcpandroidbuild_fastmcp-0.10.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpandroidbuild_fastmcp-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 77771ea922d6e31857adc82839cb6f87cbb323769f6fc579c6f3051b6c9854e5
MD5 ca837c0e3023a4ee24a6a6ce81bc4190
BLAKE2b-256 1e578a724e255386bbf3fe95a1a8c2055e006cb805e307db5d90a970f1a42222

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