Qlik MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QLIK_USER_ID | No | Qlik Sense user ID for authentication. | |
| WEBSOCKET_TIMEOUT | No | Timeout for WebSocket connections (e.g., '30' seconds). | |
| QLIK_USER_DIRECTORY | No | Qlik Sense user directory for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| handle_get_app_measuresA | MCP tool handler for retrieving Qlik Sense measures. This tool connects to a Qlik Sense server, opens the specified application, creates a MeasureList session object, retrieves all measure metadata, and returns the results as structured JSON. |
| handle_list_qlik_applicationsA | MCP tool handler for listing all Qlik Sense applications. This tool connects to Qlik Sense server global context and retrieves a list of all available applications with their names and IDs. |
| handle_get_app_variablesA | MCP tool handler for retrieving Qlik Sense variables. This tool connects to a Qlik Sense server, opens the specified application, creates a VariableList session object, retrieves all variable metadata, and returns the results as structured JSON. |
| handle_get_app_fieldsA | MCP tool handler for retrieving Qlik Sense fields and table information. This tool connects to a Qlik Sense server, opens the specified application, creates a FieldList session object, retrieves all field metadata and table information, and returns the results as structured JSON for data model analysis. |
| handle_get_app_sheetsA | MCP tool handler for retrieving Qlik Sense sheets. This tool connects to a Qlik Sense server, opens the specified application, creates a SheetList session object, retrieves all sheet metadata, and returns the results as structured JSON. |
| handle_get_sheet_objectsB | MCP tool handler for retrieving visualization objects from a sheet. This tool connects to a Qlik Sense server, opens the specified application, retrieves the sheet and all its visualization objects with detailed metadata, and returns the results as structured JSON for analysis. |
| handle_get_app_dimensionsA | MCP tool handler for retrieving dimensions from a Qlik Sense application. This tool connects to a Qlik Sense server, opens the specified application, retrieves all dimensions with their metadata and configuration details, and returns the results as structured JSON for analysis. |
| handle_get_app_scriptA | MCP tool handler for retrieving and analyzing the script from a Qlik Sense application. This tool connects to a Qlik Sense server, opens the specified application, retrieves the complete application script used for data loading and transformation, optionally performs detailed analysis including BINARY LOAD extraction, and returns it as structured JSON. |
| handle_get_app_data_sourcesA | MCP tool handler for retrieving data sources from a Qlik Sense application. This tool connects to a Qlik Sense server, opens the specified application, retrieves the lineage information to identify all data sources used in LOAD and STORE statements, and returns categorized results for analysis. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/arthurfantaci/qlik-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server