Developer Tools
Trust: 25/100 (Limited)MCP Appium - Mobile Development and Automation Server Guide
MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
Quick Start
Install
npx appium-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-appium-appium-mcp": {
"command": "npx",
"args": [
"appium-mcp"
]
}
}
}