jwaxman19/qlik-mcp
An MCP server to run qlik
Platform-specific configuration:
{
"mcpServers": {
"qlik-mcp": {
"command": "npx",
"args": [
"-y",
"qlik-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mseep.ai/app/jwaxman19-qlik-mcp)
MCP Server for the Qlik Cloud API, enabling Claude to interact with Qlik applications and extract data from visualizations.
List all Qlik applications available in the workspace
limit (number, default: 100): Maximum number of apps to returnoffset (string): Pagination offset for next pageGet all sheets in a Qlik application
app_id (string): The ID of the Qlik application (defaults to QLIK_APP_ID env variable)Get all charts in a specific sheet
sheet_id (string): The ID of the sheet to get charts fromapp_id (string): The ID of the Qlik application (defaults to QLIK_APP_ID env variable)Get data from a specific chart
sheet_id (string): The ID of the sheet containing the chartchart_id (string): The ID of the chart to get data fromapp_id (string): The ID of the Qlik application (defaults to QLIK_APP_ID env variable)max_rows (number, default: 10000): Maximum total rows to retrievepage_size (number, default: 1000): Number of rows per requestinclude_metadata (boolean, default: true): Include chart metadata in responseCreate a .env file with your Qlik Cloud credentials (
Loading reviews...