Claude Code MCP server for autonomous mobile view QA — crawl and review your web app on iOS/Android emulators
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mobile-review-mcp": {
"command": "npx",
"args": [
"-y",
"arifintahu/mobile-review-mcp"
]
}
}
}
Run in terminal:
claude mcp add mobile-review-mcp npx -y arifintahu/mobile-review-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mobile-review-mcp": {
"command": "npx",
"args": [
"-y",
"arifintahu/mobile-review-mcp"
]
}
}
}