Appium MCP
Official CodeOfficial Appium MCP server for AI-driven mobile app test automation on iOS and Android.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"appium-mcp": {
"command": "npx",
"args": [
"-y",
"appium-mcp"
]
}
}
}