MobiLoop for Cursor
io.github.enessubass/mobiloop-mcp
Guarded AI mobile Appium testing, security scanning, verification, and fix-retest MCP tools.
client:Cursor
transport:stdio
runtime:oci
Install MobiLoop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mobiloop-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/enessubass/mobiloop-mcp:0.1.0-alpha.14"
],
"env": {
"MOBILOOP_WORKSPACE_ROOT": "<MOBILOOP_WORKSPACE_ROOT>",
"APPIUM_SERVER_URL": "<APPIUM_SERVER_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs