Android MCP Server
@minhalvp
关于 Android MCP Server
An MCP server that provides control over Android devices via adb
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"android-mcp-server": {
"command": "uv",
"args": [
"python",
"install",
"3.11"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Android MCP Server?
An MCP server that provides programmatic control over Android devices through ADB (Android Debug Bridge). It exposes tools for ADB command execution, screenshot capture, UI layout analysis, and package management, and can be used by MCP clients like Claude Desktop or code editors such as Cursor.
How to use Android MCP Server?
Install dependencies with uv and configure an optional config.yaml for device selection when multiple devices are connected. Then add the server to your MCP client’s configuration (e.g., claude_desktop_config.json) by providing the path to uv and the server directory with the arguments ["--directory", "path/to/android-mcp-server", "run", "server.py"].
Key features of Android MCP Server
- 🔧 ADB Command Execution
- 📸 Device Screenshot Capture
- 🎯 UI Layout Analysis
- 📱 Device Package Management
- Flexible device configuration (auto or manual)
Use cases of Android MCP Server
- Automate Android device testing via ADB commands
- Capture screenshots for debugging or documentation
- Analyze UI layout to locate clickable elements
- Manage installed packages (list, inspect actions)
- Execute arbitrary ADB commands from an MCP client
FAQ from Android MCP Server
What prerequisites are needed to run Android MCP Server?
Python 3.x and ADB (Android Debug Bridge) must be installed. An Android device or emulator is required (emulator not tested).
Is a configuration file required for Android MCP Server?
No. The config.yaml file is optional. If only one device is connected, the server auto-selects it. For multiple devices, you must specify the device serial in config.yaml.
What tools does Android MCP Server provide?
The server exposes five tools: get_packages, execute_adb_command, get_uilayout, get_screenshot, and get_package_action_intents.
How do I connect Android MCP Server to Claude Desktop?
Add a configuration entry in claude_desktop_config.json under mcpServers with the command set to the path of uv and args including ["--directory", "path/to/android-mcp-server", "run", "server.py"].
What happens if multiple devices are connected without a config file?
The server shows an error message that lists all available device serials and requires manual selection via config.yaml.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论