Android Project Server
FreeNot checkedEnables building, running unit tests, and instrumented tests for Android projects through the MCP protocol.
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.
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.
Install Android Project Server in Claude Desktop, Claude Code & Cursor
unyly install android-project-mcp-serverInstalls 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 mcpandroidbuildFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
