How to Query Live HCL Domino Data in Perplexity MacOS Desktop

Yazhini G
Yazhini G
Technical Marketing Engineer
Connect to and query live HCL Domino Data in Perplexity Desktop using the CData MCP Server.

Perplexity is an AI-powered research and answer engine that allows users to combine web search, structured data, and connected tools through a unified conversational interface. With Perplexity Desktop for macOS, users can bring local tools and data sources directly into their workflow using MCP, enabling fast, context-aware insights powered by live data.

Model Context Protocol (MCP) is an emerging, open-source standard for connecting LLMs with external services and enterprise data sources. Using MCP Servers, AI clients such as Perplexity Desktop can securely interact with applications and data, performing actions, retrieving live information, and enabling natural language access to data.

In this article, we guide you through installing the CData MCP Server for HCL Domino, configuring the connection to HCL Domino, and interacting with your live HCL Domino data from Perplexity Desktop.

Step 1: Download and install the CData MCP Server for HCL Domino

  1. To begin, download the CData MCP Server for HCL Domino
  2. Find and double-click the installer to begin the installation
  3. Drag the CData MCP Server app into the Applications folder

When the installation is complete, you are ready to configure your MCP Server by connecting to HCL Domino.

NOTE: Since you downloaded the application from the internet and not the Apple App Store, you may see a warning that the application was not opened because Apple could not verify its security. You may continue with the installation.

Installing a trusted, unverified App

CData's solutions are trusted across the globe by some of the largest software vendors in the world. That said, if you have any concerns about continuing, please consult with your IT and/or security team.

  1. In the warning message that pops up, click "Done"
  2. Open "System Settings" on your machine and navigate to the "Privacy & Security" page
  3. Scroll down to the "Security" section and click "Open Anyway"
  4. Authorize the installation (passkey or password)

Step 2: Configure the Connection to HCL Domino

  1. After installation, you can open the CData MCP Server for HCL Domino from the Applications folder on your mac
  2. Click the dropdown menu in MCP Configuration > Configuration Name and select "new configuration"
  3. Name the configuration (e.g. "cdata_domino") and click "OK"
  4. Enter the appropriate connection properties in the configuration wizard.

    Connecting to Domino

    To connect to Domino data, set the following properties:

    • URL: The host name or IP of the server hosting the Domino database. Include the port of the server hosting the Domino database. For example: http://sampleserver:1234/
    • DatabaseScope: The name of a scope in the Domino Web UI. The driver exposes forms and views for the schema governed by the specified scope. In the Domino Admin UI, select the Scopes menu in the sidebar. Set this property to the name of an existing scope.

    Authenticating with Domino

    Domino supports authenticating via login credentials or an Entra ID (formerly Azure AD) OAuth application:

    Login Credentials

    To authenticate with login credentials, set the following properties:

    • AuthScheme: Set this to "OAuthPassword"
    • User: The username of the authenticating Domino user
    • Password: The password associated with the authenticating Domino user

    The driver uses the login credentials to automatically perform an OAuth token exchange.

    EntraID (formerly AzureAD)

    This authentication method uses Entra ID (formerly Azure AD) as an IdP to obtain a JWT token. You need to create a custom OAuth application in Entra ID (formerly Azure AD) and configure it as an IdP. To do so, follow the instructions in the Help documentation. Then set the following properties:

    • AuthScheme: Set this to "EntraID (formerly AzureAD)"
    • InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to avoid repeating the OAuth exchange and manually setting the OAuthAccessToken.
    • OAuthClientId: The Client ID obtained when setting up the custom OAuth application.
    • OAuthClientSecret: The Client secret obtained when setting up the custom OAuth application.
    • CallbackURL: The redirect URI defined when you registered your app. For example: https://localhost:33333
    • AzureTenant: The Microsoft Online tenant being used to access data. Supply either a value in the form companyname.microsoft.com or the tenant ID.

      The tenant ID is the same as the directory ID shown in the Azure Portal's Entra ID (formerly Azure AD) > Properties page.

  5. Click "Connect" to authenticate with HCL Domino.
  6. Click "Save Configuration" to save the MCP server

With your MCP Server configured, you are ready to connect it to Perplexity Desktop.

Step 3: Connect the MCP Server to Perplexity Desktop

  1. Download the Perplexity Desktop application for macOS and sign in with your Pro or Premium account
  2. Open Settings > Connectors. If the Perplexity Helper App is not installed, you will be prompted to download it. Install the Helper App, then restart Perplexity Desktop
  3. After restarting, return to Settings > Connectors and click Add Connector
  4. Select the Simple tab and assign a name for the connector (e.g., "CData HCL Domino MCP"). In the Command box, enter the absolute path to your MCP Server executable.

    For example:

    	/Applications/CData MCP Server for HCL Domino.app/Contents/Payload/jre/Contents/Home/bin/java \
    	-jar /Applications/CData MCP Server for HCL Domino.app/Contents/Payload/lib/cdata.mcp.domino.jar \
    	cdata_domino
    
  5. Click Save. Your MCP Server should now appear in the connector list with a "Running" status

Step 4: Query Your Live HCL Domino data in Perplexity Desktop

  1. Open a new chat in Perplexity Desktop. Click the Sources toggle and enable your MCP Server
  2. Start asking questions about your HCL Domino data. For example:

    "List all the tables available in my HCL Domino data connection."

Connect your AI to your HCL Domino data today!

CData MCP Servers make it simple to connect Perplexity and other LLM clients to real-time enterprise data. Download a free, 30-day trial and join the CData Community to share insights, ask questions, and help shape the future of enterprise-ready AI.

Ready to get started?

Download a free HCL Domino MCP Server to get started:

 Download Now

Learn more:

HCL Domino Icon HCL Domino MCP Server

The CData MCP Server for HCL Domino allows you to connect with live HCL Domino data, directly from LLMs that support MCP.