Home /
AI/LLM / Mobile-App-Testing-AI-Agent-MCP-Server
★ 2 stars
JavaScript
🤖 AI/LLM
Updated today
AI-powered MCP server for mobile app testing that enables LLM agents to execute, automate, and validate Android/iOS app workflows using natural language, intelligent UI interaction, and adaptive test execution.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mobile-app-testing-a": {
"command": "npx",
"args": [
"-y",
"padmarajnidagundi/Mobile-App-Testing-AI-Agent-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mobile-app-testing-a npx -y padmarajnidagundi/Mobile-App-Testing-AI-Agent-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mobile-app-testing-a": {
"command": "npx",
"args": [
"-y",
"padmarajnidagundi/Mobile-App-Testing-AI-Agent-MCP-Server"
]
}
}
}
📋 Copy
Topics
ai-agents ai-agents-framework android android-development android-testing automation automation-testing ios ios-development ios-testing mobile mobile-app mobile-development mobile-first mobile-testing