MCP Appium - Mobile Development and Automation Server for Cursor
io.github.appium/appium-mcp
MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
client:Cursor
transport:stdio
runtime:npm
Install MCP Appium - Mobile Development and Automation Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"appium-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appium-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs