← Index

MCP Appium - Mobile Development and Automation Server

io.github.appium/appium-mcp·v1.71.5·Other
Quality Score
80
/100

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "appium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "appium-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "appium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "appium-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y appium-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Other