<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Connect Perplexity.ai to Qlik MCP server in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Connect-Perplexity-ai-to-Qlik-MCP-server/ta-p/2552671</link>
    <description>&lt;P&gt;The &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Model Context Protocol&lt;/STRONG&gt;&lt;/FONT&gt; (&lt;FONT color="#339966"&gt;&lt;STRONG&gt;MCP&lt;/STRONG&gt;&lt;/FONT&gt;) is an open standard that lets AI assistants connect to external data sources and tools.&lt;/P&gt;
&lt;P&gt;Connecting &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Perplexity&lt;/STRONG&gt; &lt;/FONT&gt;to the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik MCP&lt;/STRONG&gt; &lt;/FONT&gt;server means you can get Perplexity’s real-time web search and reasoning alongside Qlik’s governed analytics data in a single conversation, or have it take action to manage operations within your Qlik Cloud tenant.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;What you'll need&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;A Qlik Cloud tenant with the MCP server enabled by a tenant administrator. Review&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Administering-Qlik-MCP.htm" target="_blank" rel="noopener"&gt;Deploying Qlik MCP server for a tenant&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;LI&gt;A Perplexity Pro, Max, or Enterprise account (accurate at time of writing). If using an enterprise account, you must have permission to create new connectors, or ask an administrator to help.&lt;/LI&gt;
&lt;LI&gt;Tenant administrator access in Qlik Cloud to create an OAuth client.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How the Qlik MCP server works&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;A short orientation before touching any settings:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The MCP server URL follows the pattern &lt;FONT face="courier new,courier"&gt;https://&amp;lt;your tenant URL&amp;gt;/api/ai/mcp&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;All connections are user-bound: access tokens are scoped and time-limited, and data access is enforced by the same access controls as when a user uses the interface directly.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Qlik-MCP-server.htm" target="_blank" rel="noopener"&gt;Qlik MCP server&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Which OAuth client type should I use?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Before creating the OAuth client in Qlik Cloud, decide which client type fits your situation. For connecting Perplexity, the relevant choice is between Web and Native.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Web client (recommended for most organisations)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;A Web client issues a client secret in addition to a client ID. The secret is stored server-side on Perplexity and is never exposed to the browser or end user. This makes it the more secure option: even if someone obtains the client ID, they cannot complete the OAuth flow without the secret.&lt;/P&gt;
&lt;P&gt;Use a Web client when:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;You are rolling out the connector to a team or organisation and want an additional layer of credential protection.&lt;/LI&gt;
&lt;LI&gt;Your organisation’s security policy requires confidential client flows.&lt;/LI&gt;
&lt;LI&gt;You have an admin who can manage secret rotation if needed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Copy the client secret at creation time. Qlik will not show it again. For a Web client, you will paste it into Perplexity during connector configuration.&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Native client (lightweight public client)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;A Native client does not use a client secret. It relies on the OAuth PKCE flow, which protects against code interception without requiring a shared secret. This is a valid and commonly used pattern for public clients.&lt;/P&gt;
&lt;P&gt;Use a Native client when:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;You want the simplest possible setup with no secret to manage or rotate.&lt;/LI&gt;
&lt;LI&gt;Your organisation permits public client flows for internal tooling.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;At a glance&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;TABLE width="624"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;&lt;STRONG&gt;Web client&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;&lt;STRONG&gt;Native client&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Client secret&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Yes, stored server-side on Perplexity&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Setup complexity&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Slightly higher&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Minimal&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;PKCE&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Optional&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Required&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both client types work with Perplexity’s custom remote connector flow.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 1: Prepare the OAuth client in Qlik Cloud&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The tenant administrator creates the OAuth client:&lt;/P&gt;
&lt;OL start="5"&gt;
&lt;LI&gt;In the &lt;STRONG&gt;Qlik Cloud Administration activity center&lt;/STRONG&gt;, go to &lt;STRONG&gt;OAuth&lt;/STRONG&gt; and click &lt;STRONG&gt;Create new&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Web &lt;/STRONG&gt;or &lt;STRONG&gt;Native&lt;/STRONG&gt; as determined above.&lt;/LI&gt;
&lt;LI&gt;Add the required scopes: &lt;STRONG&gt;user_default&lt;/STRONG&gt; and &lt;STRONG&gt;mcp:execute&lt;/STRONG&gt;. &lt;BR /&gt;Optionally add offline_access to reduce re-authentication frequency to once every 30 days from the default 6-hour expiry.&lt;/LI&gt;
&lt;LI&gt;For the &lt;STRONG&gt;redirect URL&lt;/STRONG&gt;, enter &lt;STRONG&gt;Perplexity’s OAuth callback&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.perplexity.ai/rest/connections/oauth_callback" target="_blank" rel="noopener"&gt;https://www.perplexity.ai/rest/connections/oauth_callback&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;For organisations on the Perplexity Enterprise subdomain, use &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://enterprise.perplexity.ai/rest/connections/oauth_callback" target="_blank" rel="noopener"&gt;https://enterprise.perplexity.ai/rest/connections/oauth_callback&lt;/A&gt;&lt;SPAN&gt; instead. &lt;BR /&gt;&lt;BR /&gt;See &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.perplexity.ai/help-center/en/articles/13915507-adding-custom-remote-connectors" target="_blank" rel="noopener"&gt;Adding Custom Remote Connectors&lt;/A&gt;&lt;SPAN&gt; for more details.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If using a Web client, copy the client secret immediately. Qlik will not show it again.&lt;/LI&gt;
&lt;LI&gt;Note down the Client ID.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Administering-Qlik-MCP.htm" target="_blank" rel="noopener"&gt;Deploying Qlik MCP server for a tenant&lt;/A&gt;&amp;nbsp;for details.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 2: Add the connector in Perplexity&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Go to &lt;STRONG&gt;Account settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Connectors&lt;/STRONG&gt; and click&lt;STRONG&gt; + Custom connector&lt;/STRONG&gt;, then select &lt;STRONG&gt;Remote&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Fill in the required fields:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Name: &lt;/STRONG&gt;Qlik Cloud (or your tenant name).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;MCP Server URL: &lt;/STRONG&gt;&lt;A href="https://&amp;lt;your-hostname&amp;gt;.&amp;lt;your-region&amp;gt;.qlikcloud.com/api/ai/mcp" target="_blank" rel="noopener"&gt;https://&amp;lt;your-hostname&amp;gt;.&amp;lt;your-region&amp;gt;.qlikcloud.com/api/ai/mcp&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Authentication: &lt;/STRONG&gt;OAuth 2.0. Enter the Client ID from step 1. For a Web client, also enter the Client Secret. For a Native client, leave the secret field blank.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Transport: &lt;/STRONG&gt;Streamable HTTP.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Acknowledge the data-sharing warning and click &lt;STRONG&gt;Add&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Navigate back to the connector listing and find the new connector.&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Add Connector&lt;/STRONG&gt; on the connector card to start the Qlik OAuth flow, sign in to your Qlik Cloud tenant, and click &lt;STRONG&gt;Approve&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;By clicking &lt;STRONG&gt;Approve&lt;/STRONG&gt;, you are authorising the Qlik server to share your Qlik Cloud data with Perplexity, a third-party system not managed by Qlik. Check your organisation's AI data-sharing policies before proceeding.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the Qlik MCP server supports OAuth discovery (via /.well-known/oauth-authorization-server), Perplexity can detect endpoints and scopes automatically, and you may not need to enter them manually.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 3: Enable the connector and test it&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Toggle the connector on under &lt;STRONG&gt;Sources&lt;/STRONG&gt; in a Perplexity thread. You can also type the connector name, and it’ll suggest adding it to the thread.&lt;/P&gt;
&lt;P&gt;Try these example prompts to confirm the connection is working:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;“What apps are available in my Qlik Cloud tenant?”&lt;/LI&gt;
&lt;LI&gt;“Summarise the key metrics from [your data product name].”&lt;/LI&gt;
&lt;LI&gt;“What does [KPI name] look like this month compared to last?”&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Organisation members can add custom remote connectors if admins have enabled them. Only admins can share a connector with the entire organisation, done from the Permissions screen in Enterprise settings.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2026 05:12:08 GMT</pubDate>
    <dc:creator>Dave_Channon</dc:creator>
    <dc:date>2026-07-14T05:12:08Z</dc:date>
    <item>
      <title>Connect Perplexity.ai to Qlik MCP server</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Connect-Perplexity-ai-to-Qlik-MCP-server/ta-p/2552671</link>
      <description>&lt;P&gt;The &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Model Context Protocol&lt;/STRONG&gt;&lt;/FONT&gt; (&lt;FONT color="#339966"&gt;&lt;STRONG&gt;MCP&lt;/STRONG&gt;&lt;/FONT&gt;) is an open standard that lets AI assistants connect to external data sources and tools.&lt;/P&gt;
&lt;P&gt;Connecting &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Perplexity&lt;/STRONG&gt; &lt;/FONT&gt;to the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik MCP&lt;/STRONG&gt; &lt;/FONT&gt;server means you can get Perplexity’s real-time web search and reasoning alongside Qlik’s governed analytics data in a single conversation, or have it take action to manage operations within your Qlik Cloud tenant.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;What you'll need&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;A Qlik Cloud tenant with the MCP server enabled by a tenant administrator. Review&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Administering-Qlik-MCP.htm" target="_blank" rel="noopener"&gt;Deploying Qlik MCP server for a tenant&lt;/A&gt;&amp;nbsp;for details.&lt;/LI&gt;
&lt;LI&gt;A Perplexity Pro, Max, or Enterprise account (accurate at time of writing). If using an enterprise account, you must have permission to create new connectors, or ask an administrator to help.&lt;/LI&gt;
&lt;LI&gt;Tenant administrator access in Qlik Cloud to create an OAuth client.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How the Qlik MCP server works&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;A short orientation before touching any settings:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The MCP server URL follows the pattern &lt;FONT face="courier new,courier"&gt;https://&amp;lt;your tenant URL&amp;gt;/api/ai/mcp&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;All connections are user-bound: access tokens are scoped and time-limited, and data access is enforced by the same access controls as when a user uses the interface directly.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Qlik-MCP-server.htm" target="_blank" rel="noopener"&gt;Qlik MCP server&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Which OAuth client type should I use?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Before creating the OAuth client in Qlik Cloud, decide which client type fits your situation. For connecting Perplexity, the relevant choice is between Web and Native.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Web client (recommended for most organisations)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;A Web client issues a client secret in addition to a client ID. The secret is stored server-side on Perplexity and is never exposed to the browser or end user. This makes it the more secure option: even if someone obtains the client ID, they cannot complete the OAuth flow without the secret.&lt;/P&gt;
&lt;P&gt;Use a Web client when:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;You are rolling out the connector to a team or organisation and want an additional layer of credential protection.&lt;/LI&gt;
&lt;LI&gt;Your organisation’s security policy requires confidential client flows.&lt;/LI&gt;
&lt;LI&gt;You have an admin who can manage secret rotation if needed.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;Copy the client secret at creation time. Qlik will not show it again. For a Web client, you will paste it into Perplexity during connector configuration.&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Native client (lightweight public client)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;A Native client does not use a client secret. It relies on the OAuth PKCE flow, which protects against code interception without requiring a shared secret. This is a valid and commonly used pattern for public clients.&lt;/P&gt;
&lt;P&gt;Use a Native client when:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;You want the simplest possible setup with no secret to manage or rotate.&lt;/LI&gt;
&lt;LI&gt;Your organisation permits public client flows for internal tooling.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;At a glance&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;TABLE width="624"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;&lt;STRONG&gt;Web client&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;&lt;STRONG&gt;Native client&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Client secret&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Yes, stored server-side on Perplexity&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Setup complexity&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Slightly higher&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Minimal&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;PKCE&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Optional&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="234"&gt;
&lt;P&gt;Required&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both client types work with Perplexity’s custom remote connector flow.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 1: Prepare the OAuth client in Qlik Cloud&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The tenant administrator creates the OAuth client:&lt;/P&gt;
&lt;OL start="5"&gt;
&lt;LI&gt;In the &lt;STRONG&gt;Qlik Cloud Administration activity center&lt;/STRONG&gt;, go to &lt;STRONG&gt;OAuth&lt;/STRONG&gt; and click &lt;STRONG&gt;Create new&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Web &lt;/STRONG&gt;or &lt;STRONG&gt;Native&lt;/STRONG&gt; as determined above.&lt;/LI&gt;
&lt;LI&gt;Add the required scopes: &lt;STRONG&gt;user_default&lt;/STRONG&gt; and &lt;STRONG&gt;mcp:execute&lt;/STRONG&gt;. &lt;BR /&gt;Optionally add offline_access to reduce re-authentication frequency to once every 30 days from the default 6-hour expiry.&lt;/LI&gt;
&lt;LI&gt;For the &lt;STRONG&gt;redirect URL&lt;/STRONG&gt;, enter &lt;STRONG&gt;Perplexity’s OAuth callback&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.perplexity.ai/rest/connections/oauth_callback" target="_blank" rel="noopener"&gt;https://www.perplexity.ai/rest/connections/oauth_callback&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;For organisations on the Perplexity Enterprise subdomain, use &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://enterprise.perplexity.ai/rest/connections/oauth_callback" target="_blank" rel="noopener"&gt;https://enterprise.perplexity.ai/rest/connections/oauth_callback&lt;/A&gt;&lt;SPAN&gt; instead. &lt;BR /&gt;&lt;BR /&gt;See &lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.perplexity.ai/help-center/en/articles/13915507-adding-custom-remote-connectors" target="_blank" rel="noopener"&gt;Adding Custom Remote Connectors&lt;/A&gt;&lt;SPAN&gt; for more details.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If using a Web client, copy the client secret immediately. Qlik will not show it again.&lt;/LI&gt;
&lt;LI&gt;Note down the Client ID.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/QlikMCP/Administering-Qlik-MCP.htm" target="_blank" rel="noopener"&gt;Deploying Qlik MCP server for a tenant&lt;/A&gt;&amp;nbsp;for details.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 2: Add the connector in Perplexity&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Go to &lt;STRONG&gt;Account settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Connectors&lt;/STRONG&gt; and click&lt;STRONG&gt; + Custom connector&lt;/STRONG&gt;, then select &lt;STRONG&gt;Remote&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Fill in the required fields:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Name: &lt;/STRONG&gt;Qlik Cloud (or your tenant name).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;MCP Server URL: &lt;/STRONG&gt;&lt;A href="https://&amp;lt;your-hostname&amp;gt;.&amp;lt;your-region&amp;gt;.qlikcloud.com/api/ai/mcp" target="_blank" rel="noopener"&gt;https://&amp;lt;your-hostname&amp;gt;.&amp;lt;your-region&amp;gt;.qlikcloud.com/api/ai/mcp&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Authentication: &lt;/STRONG&gt;OAuth 2.0. Enter the Client ID from step 1. For a Web client, also enter the Client Secret. For a Native client, leave the secret field blank.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Transport: &lt;/STRONG&gt;Streamable HTTP.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Acknowledge the data-sharing warning and click &lt;STRONG&gt;Add&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Navigate back to the connector listing and find the new connector.&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Add Connector&lt;/STRONG&gt; on the connector card to start the Qlik OAuth flow, sign in to your Qlik Cloud tenant, and click &lt;STRONG&gt;Approve&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE class="quote"&gt;By clicking &lt;STRONG&gt;Approve&lt;/STRONG&gt;, you are authorising the Qlik server to share your Qlik Cloud data with Perplexity, a third-party system not managed by Qlik. Check your organisation's AI data-sharing policies before proceeding.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the Qlik MCP server supports OAuth discovery (via /.well-known/oauth-authorization-server), Perplexity can detect endpoints and scopes automatically, and you may not need to enter them manually.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step 3: Enable the connector and test it&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Toggle the connector on under &lt;STRONG&gt;Sources&lt;/STRONG&gt; in a Perplexity thread. You can also type the connector name, and it’ll suggest adding it to the thread.&lt;/P&gt;
&lt;P&gt;Try these example prompts to confirm the connection is working:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;“What apps are available in my Qlik Cloud tenant?”&lt;/LI&gt;
&lt;LI&gt;“Summarise the key metrics from [your data product name].”&lt;/LI&gt;
&lt;LI&gt;“What does [KPI name] look like this month compared to last?”&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Organisation members can add custom remote connectors if admins have enabled them. Only admins can share a connector with the entire organisation, done from the Permissions screen in Enterprise settings.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 05:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Connect-Perplexity-ai-to-Qlik-MCP-server/ta-p/2552671</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2026-07-14T05:12:08Z</dc:date>
    </item>
  </channel>
</rss>

