Appium
Freeby MCP Community
Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation
v1.54.0Added Apr 12, 2026
Appium MCP Server
Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation
Installation
Reviews
Installation
Quick install
npx -y appium-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"appium": {
"command": "npx",
"args": ["-y", "appium-mcp"]
}
}
}