Provide a local MCP server to automate Android and iOS devices with performance telemetry and session tracking for reliable mobile testing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lazy_mobile_mcp": {
"command": "npx",
"args": [
"-y",
"valeokn/lazy_mobile_mcp"
]
}
}
}
Run in terminal:
claude mcp add lazy_mobile_mcp npx -y valeokn/lazy_mobile_mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"lazy_mobile_mcp": {
"command": "npx",
"args": [
"-y",
"valeokn/lazy_mobile_mcp"
]
}
}
}