Skip to main content

Connect Perplexity to the Ardoq MCP Server

Installation and configuration guide for Claude Desktop on MacOS

A
Written by Alf Husem
Updated over a week ago

This guide explains how to connect the Perplexity desktop app to your Ardoq MCP server, allowing Perplexity to interact with your Ardoq data through natural conversation.


Prerequisites

  • Node.js v18 or higher

If you don’t already have Node.js installed:

  1. Download the LTS version for your operating system

  2. Follow the installation instructions

To confirm the installation, open a terminal and run:

node --version

You should see a version number like v18.17.1.


1. Install Perplexity for macOS

Download and install the Perplexity desktop app for macOS.

  1. Sign in to your account

  2. Click Install in the bottom left corner (visible after signing in)

Follow the installation instructions and sign in with your Perplexity account.


2. Enable Local MCP Support

  1. Open Perplexity and go to Settings → Connectors.

  2. Before adding MCP Connectors, install the PerplexityXPC Helper when prompted.

    • This helper enables Perplexity to securely connect to local MCP servers.

  3. After the helper is installed and connected, return to Connectors and click Add Connector.


3. Add the Ardoq MCP Connector

  1. In the Add Connector window, open the Simple tab, and select Standard I/O in the dropdown.

  2. Chose a Server Name, for example: ardoq-mcp

  3. Enter the following Command:

    npx mcp-remote https://<your-org>.ardoq.com/mcp/ --header "Authorization: Bearer <your-token>"

    Copy the command exactly as shown above, but replace:

    1. <your-org> with your Ardoq organization hostname.

    2. <your-token> with your Ardoq API token.

  4. Click Save.

  5. Wait for the status indicator to show Running next to your new connector.

If the server does not start, confirm that Node.js is installed and the npx command is available. Also make sure your Ardoq API token is correct



4. Activate the Connector

  1. Go back to the Perplexity home screen.

  2. In the chat window, click on Sources (small globe icon)

  3. Verify that ardoq-mcp is toggled ON.

    • This enables Perplexity to use your Ardoq MCP server when answering questions. It should be toggled on by default.


5. Test the Integration

In the chat, try prompting:

Please show me the reports I have in Ardoq

Click Allow


If everything is configured correctly, Perplexity will query your Ardoq instance through the MCP connection and return live data.

You can also try:

Can you give me more information about <report name>

Perplexity will then retrieve detailed information about that specific report from your Ardoq workspace.


You’re All Set!

Your Perplexity app is now connected to the Ardoq MCP server. You can explore reports, fetch insights, and generate summaries — all directly through Perplexity’s chat interface.

Did this answer your question?