Claude Desktop
Connect DomainGenius MCP to Anthropic's Claude Desktop app.
The endpoint is https://mcp.domaingenius.com.au/mcp.
Native connector (recommended)
-
Open Claude Desktop
Click the + in the chat composer, or open the Connectors panel from the settings menu.
-
Add a custom connector
Pick Add custom connector, paste
https://mcp.domaingenius.com.au/mcp, and confirm. -
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.
-
Verify
Type “what orgs do I belong to?” — Claude should call
whoamiand 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
{
"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