Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QLIK_USER_IDYesYour Qlik Sense username
QLIK_PROXY_PORTNoPort for Proxy API (default: 4243)4243
QLIK_SERVER_URLYesURL of your Qlik Sense server
QLIK_VERIFY_SSLNoWhether to verify SSL certificates (default: false)false
QLIK_ENGINE_PORTNoPort for Engine API (default: 4747)4747
QLIK_CA_CERT_PATHYesAbsolute path to CA certificate file
QLIK_USER_DIRECTORYYesUser directory in Qlik Sense (e.g., COMPANY)
QLIK_CLIENT_KEY_PATHYesAbsolute path to client key file
QLIK_REPOSITORY_PORTNoPort for Repository API (default: 4242)4242
QLIK_CLIENT_CERT_PATHYesAbsolute path to client certificate file

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_apps

Get list of Qlik Sense applications

get_app_details

Get detailed information about a specific application

get_users

Get list of users in Qlik Sense

get_streams

Get list of streams in Qlik Sense

get_data_connections

Get list of data connections

get_tasks

Get list of tasks

start_task

Start execution of a task

get_extensions

Get list of extensions

get_content_libraries

Get list of content libraries

get_app_metadata

Get app metadata via REST API - faster than Engine API for metadata queries

engine_get_doc_list

Get list of documents via Engine API

engine_open_app

Open an app via Engine API

engine_get_script

Get load script from app

engine_get_fields

Get fields from app

engine_get_sheets

Get sheets from app

engine_get_table_data

Get data from specific table or all tables

engine_get_field_values

Get field values with frequency information

engine_get_field_statistics

Get comprehensive statistics for a field

engine_get_data_model

Get complete data model with tables and associations

engine_create_hypercube

Create hypercube for data analysis

engine_create_data_export

Export data in various formats (JSON, CSV, simple)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bintocher/qlik-sense-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server