URL: /mcp/install/cursor

---
title: Cursor
description: Connect DomainGenius MCP to Cursor.
---

The endpoint is `https://mcp.domaingenius.com.au/mcp`. Edit `~/.cursor/mcp.json`:

<Tabs>
  <Tab title="OAuth">
```json
{
  "mcpServers": {
    "domaingenius": {
      "url": "https://mcp.domaingenius.com.au/mcp"
    }
  }
}
```

Cursor will open the OAuth flow in your browser the first time the server is contacted.
  </Tab>
  <Tab title="API key">
```json
{
  "mcpServers": {
    "domaingenius": {
      "url": "https://mcp.domaingenius.com.au/mcp",
      "headers": {
        "Authorization": "Bearer dg_live_..."
      }
    }
  }
}
```
  </Tab>
</Tabs>

Restart Cursor. Open the **MCP** panel in settings — the `domaingenius` server should show green with the tool count.
