Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jul 7, 2026 2:58:18 AM
Jul 7, 2026 2:58:18 AM
The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources and tools.
Connecting Perplexity to the Qlik MCP 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.
A short orientation before touching any settings:
See Qlik MCP server for details.
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.
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.
Use a Web client when:
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.
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.
Use a Native client when:
|
|
Web client |
Native client |
|
Client secret |
Yes, stored server-side on Perplexity |
No |
|
Setup complexity |
Slightly higher |
Minimal |
|
PKCE |
Optional |
Required |
Both client types work with Perplexity’s custom remote connector flow.
The tenant administrator creates the OAuth client:
See Deploying Qlik MCP server for a tenant for details.
By clicking Approve, 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.
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.
Toggle the connector on under Sources in a Perplexity thread. You can also type the connector name, and it’ll suggest adding it to the thread.
Try these example prompts to confirm the connection is working:
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.