Skip to content
Cursor

mobai mcp for Cursor

io.github.mobai-app/mobai-mcp

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

client:Cursor transport:stdio runtime:npm

Install mobai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mobai-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mobai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mobai mcp in other clients