
Mcp Android Agent Python
@nim444
About Mcp Android Agent Python
This project provides an **MCP (Model Context Protocol)** server for automating Android devices using [uiautomator2](https://github.com/openatx/uiautomator2). It's designed to be easily plugged into AI agents like GitHub Copilot Chat, Claude, or Open Interpreter to control Androi
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-android": {
"type": "stdio",
"command": "bash",
"args": [
"-c",
"cd <DIRECTORY> && source .venv/bin/activate && python -m server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Android Agent Python?
Mcp Android Agent Python is a Model Context Protocol server that enables AI agents to control and interact with Android devices programmatically. It provides device management, UI automation, and diagnostic capabilities for developers building automated workflows on real Android devices.
How to use Mcp Android Agent Python?
—
Key features of Mcp Android Agent Python
- Start, stop, and manage apps by package name
- Retrieve installed apps and current foreground app
- Tap, swipe, scroll, drag, and perform UI interactions
- Get device info, screen resolution, and battery status
- Capture screenshots or last toast messages
- Programmatically unlock, wake, or sleep the screen
Use cases of Mcp Android Agent Python
- AI agents that need to interact with real devices
- Remote device control setups
- Automated QA tools
- Android bot frameworks
FAQ from Mcp Android Agent Python
—
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Comments