modelscope·@infiniV/Android-Ui-MCP
暂无描述。
Model Context Protocol server that enables AI coding agents to see and analyze your Android app UI in real-time during development. Perfect for iterative UI refinement with Expo, React Native, Flutter, and native Android development workflows. Connect your AI agent to your running app and get instant visual feedback on UI changes.
Keywords: android development ai agent, real-time ui feedback, expo development tools, react native ui assistant, flutter development ai, android emulator screenshot, ai powered ui testing, visual regression testing ai, mobile app development ai, iterative ui development, ai code assistant android
See the MCP server in action with real-time Android UI analysis:
| MCP Server Status | Live Development Workflow |
|---|---|
![]() | ![]() |
| Server ready with 2 tools available | AI agent analyzing Android UI in real-time |
Real-Time Development Workflow
AI Agent Integration
Developer Experience
This MCP server works with AI agents that support the Model Context Protocol. Configure your preferred agent to enable real-time Android UI analysis:
# CLI Installation
claude mcp add android-ui-assist -- npx android-ui-assist-mcp
# Local Development
claude mcp add android-ui-assist -- node "D:\\projects\\android-ui-assist-mcp\\dist\\index.js"
Add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"android-ui-assist": {
"command": "npx",
"args": ["android-ui-assist-mcp"],
"timeout": 10000
}
}
}
Add to .vscode/settings.json:
{
"github.copilot.enable": {
"*": true
},
"mcp.servers": {
"android-ui-assist": {
"command": "npx",
"args": ["android-ui-assist-mcp"],
"timeout": 10000
}
}
}
# CLI Installation
gemini mcp add android-ui-assist npx android-ui-assist-mcp
# Configuration
# Create ~/.gemini/settings.json with:
{
"mcpServers": {
"android-ui-assist": {
"command": "npx",
"args": ["android-ui-assist-mcp"]
}
}
}
npm install -g android-ui-assist-mcp
git clone https://github.com/yourusername/android-ui-assist-mcp
cd android-ui-assist-mcp
npm install && npm run build
After installation, verify the package is available:
android-ui-assist-mcp --version
# For npm installation
npx android-ui-assist-mcp --version
This MCP server transforms how you develop Android UIs by giving AI agents real-time visual access to your running application. Here's the typical workflow:
Perfect for:
| Component | Version | Installation |
|---|---|---|
| Node.js | 18.0+ | [Download](htt… |
暂无描述。
一个由人工智能驱动的MCP服务器,通过自然语言提示实现测试的记录、执行和发现,从而自动化的网络测试工作流程。
一个MCP(模型上下文协议)服务器,用于使用axe-core对网页进行无障碍审计。在代理循环中使用结果与您喜欢的AI助手(Cline/Cursor/GH Copilot)结合,并让它们为您修复无障碍问题!
暂无描述。
暂无描述。
暂无描述。