Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Android Project Server

FreeNot checked

Enables building, running unit tests, and instrumented tests for Android projects through the MCP protocol.

GitHubEmbed

About

Enables building, running unit tests, and instrumented tests for Android projects through the MCP protocol.

README

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.

from github.com/fastmcp-me/androidbuild-ShenghaiWang

Install Android Project Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install android-project-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add android-project-mcp-server -- uvx mcpandroidbuild

FAQ

Is Android Project Server MCP free?

Yes, Android Project Server MCP is free — one-click install via Unyly at no cost.

Does Android Project Server need an API key?

No, Android Project Server runs without API keys or environment variables.

Is Android Project Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Android Project Server in Claude Desktop, Claude Code or Cursor?

Open Android Project Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Android Project Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs