# Claude Desktop

Open the Claude Desktop MCP configuration file and add the following entry under `mcpServers`:

```
{

  "mcpServers": {

    "mobile-mcp": {

      "command": "npx",

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

    }

  }

}
```

## Configuration file location[​](#configuration-file-location "Direct link to Configuration file location")

| Platform | Path                                                              |
| -------- | ----------------------------------------------------------------- |
| macOS    | `~/Library/Application Support/Claude/claude_desktop_config.json` |
| Windows  | `%APPDATA%\Claude\claude_desktop_config.json`                     |

If the file does not exist, create it with the JSON above as the entire contents.

## Apply the configuration[​](#apply-the-configuration "Direct link to Apply the configuration")

Restart Claude Desktop after saving the file. Claude Desktop starts Mobile MCP automatically when you begin a conversation. To confirm it is active, look for the MCP tools indicator in the interface or ask Claude to list available devices.
