Loading...
npm install
deno{
"mcpServers": {
"qlik": {
"command": "/path/to/deno",
"args": ["run", "--allow-all", "--env-file=.env", "src/index.ts"],
"cwd": "/path/to/qlik-mcp"
}
}
}qlik_get_appsLists all Qlik applications available in the workspace.
Read-only operation; no data modification.
qlik_get_app_sheetsRetrieves all sheets within a specified Qlik application.
Read-only operation; no data modification.
qlik_get_sheet_chartsFetches all charts present in a given sheet.
Read-only operation; no data modification.
qlik_get_chart_dataExtracts data from a specific chart within a sheet.
Read-only operation; no data modification.
This MCP server offers a moderate level of safety due to its read and write capabilities. It is safe for data extraction and analysis when used responsibly. However, caution is advised when using write operations, and the API key should be securely managed to prevent unauthorized access.