# Qodo Gen

In the Qodo Gen chat panel (VS Code or IntelliJ):

1. Open `Connect more tools`.
2. Click `+ Add new MCP`.
3. Paste the standard configuration:

```
{

  "mcpServers": {

    "mobile-mcp": {

      "command": "npx",

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

    }

  }

}
```

4. Click `Save`.

Qodo Gen will start Mobile MCP automatically when a mobile tool is invoked.
