mcp-appium-visual
Version:
MCP Server for Appium mobile automation with visual recovery
21 lines (20 loc) • 489 B
JSON
{
"mcpServers": {
"mobile-automation": {
"command": "npx",
"args": ["mcp-appium-visual-server"],
"cwd": "${workspaceRoot}",
"env": {
"APPIUM_HOST": "127.0.0.1",
"APPIUM_PORT": "4723"
},
"capabilities": {
"appium": {
"version": "1.1.0",
"description": "Mobile automation testing with Appium and visual recovery through MCP",
"supportedDevices": ["Android", "iOS"]
}
}
}
}
}