# Amp

## Add via CLI[​](#add-via-cli "Direct link to Add via CLI")

```
amp mcp add mobile-mcp -- npx @mobilenext/mobile-mcp@latest
```

## Add via settings[​](#add-via-settings "Direct link to Add via settings")

Alternatively, add the following entry under `amp.mcpServers` in your Amp (VS Code extension) settings:

```
{

  "amp.mcpServers": {

    "mobile-mcp": {

      "command": "npx",

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

    }

  }

}
```

Save the settings. Amp will start Mobile MCP automatically when a mobile tool is invoked.
