Claude Desktop

Connect DomainGenius MCP to Anthropic's Claude Desktop app.

The endpoint is https://mcp.domaingenius.com.au/mcp.

  1. Open Claude Desktop

    Click the + in the chat composer, or open the Connectors panel from the settings menu.

  2. Add a custom connector

    Pick Add custom connector, paste https://mcp.domaingenius.com.au/mcp, and confirm.

  3. Sign in

    Claude Desktop opens a browser tab to the DomainGenius OAuth screen. Sign in with your Clerk account, pick the org, and approve the requested scopes.

  4. Verify

    Type “what orgs do I belong to?” — Claude should call whoami and list your orgs.

Manual config (API key)

If you’d rather use a long-lived API key instead of OAuth, edit Claude Desktop’s config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
json
{
  "mcpServers": {
    "domaingenius": {
      "url": "https://mcp.domaingenius.com.au/mcp",
      "headers": {
        "Authorization": "Bearer dg_live_..."
      }
    }
  }
}

Mint the key at /dashboard/api-keys. Restart Claude Desktop after saving.

Last updated Edit this page
↑↓ navigate open esc close