MCP Appium - Mobile Development and Automation Server runs on your own machine — the client starts it, so there is no endpoint to ping. 10 844 installs a week from npm.
MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add appium-mcp -- npx -y appium-mcp
{
"mcpServers": {
"appium-mcp": {
"args": [
"-y",
"appium-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.appium-mcp]
command = "npx"
args = ["-y", "appium-mcp"]
{
"mcpServers": {
"appium-mcp": {
"args": [
"-y",
"appium-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"appium-mcp": {
"args": [
"-y",
"appium-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.