# Cline

Open the Cline MCP settings file and add the following entry under `mcpServers`:

```
{

  "mcpServers": {

    "mobile-mcp": {

      "command": "npx",

      "args": ["-y", "@mobilenext/mobile-mcp@latest"]

    }

  }

}
```

Save the file. Cline will start Mobile MCP automatically when a mobile tool is needed.
