qlik-mcp logo

qlik-mcpAn MCP server to run qlik

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

Qlik MCP Server is a node.js application that enables Qlik Cloud API access to extract data from visualizations and interact with Qlik applications. It provides tools to list all applications available in the workspace, get all sheets and charts in a specific application, and retrieve data from a specific chart. The server must be configured with the user's Qlik Cloud API key and access details using environment variables. To use the server, one must first create a Qlik Cloud API key, save it securely, and then set environment variables like QLIK_API_KEY, QLIK_BASE_URL, and QLIK_APP_ID in a .env file. The application can be run either as a standalone node.js server or using Docker, and supported integrations include Claire desktop and cursor.

Key features

  • List all Qlik applications
  • Get all sheets in a Qlik application
  • Get all charts in a specific sheet
  • Get data from a specific chart

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Qlik Application Data Extraction

Use the Qlik MCP Server to extract data from Qlik applications and visualizations.

Qlik Cloud API Integration

Integrate the Qlik MCP Server with Claude Desktop or Cursor to interact with Qlik applications.

Pros & Cons

Pros

  • Enables interaction with Qlik applications
  • Allows data extraction from visualizations
  • Supports multiple usage scenarios with Docker and Claude Desktop

Cons

  • Requires Qlik Cloud API key and configuration
  • Limited customization options

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

What are the main limitations of Qlik MCP?

Customization is limited; it only exposes a fixed set of endpoints for listing apps, sheets, charts, and extracting chart data, and requires manual configuration of API keys and environment variables.

Asked by Emeka Obi · Jan 18, 2026

Can I run the server in a Docker container?

Yes. Build the image with `docker build -t qlikmcp .` and run it with `docker run --env-file .env qlikmcp`. Make sure the .env file is copied into the container or mounted.

Asked by Kirsi Laine · Dec 26, 2025

How can I integrate Qlik MCP with other tools?

The server is designed to work with Claude Desktop and Cursor out of the box, and it can be accessed via REST endpoints from any client that can make HTTP requests.

Asked by Ethan Brooks · Nov 27, 2025

What does the Qlik MCP Server need to run?

It requires a Qlik Cloud API key, the tenant base URL, and optionally an app ID. These are set via environment variables (e.g., QLIK_API_KEY, QLIK_BASE_URL, QLIK_APP_ID) in a .env file or passed to Docker.

Asked by Sarai Cohen · Nov 11, 2025

Ask a question

MCP Servers alternatives