Back to MCP Directory
Connections & Capabilities
Connects To
GitHubDocker
Capabilities
readwrite
Quickstart
Install
npm install
denoConfig
{
"mcpServers": {
"qlik": {
"command": "/path/to/deno",
"args": ["run", "--allow-all", "--env-file=.env", "src/index.ts"],
"cwd": "/path/to/qlik-mcp"
}
}
}Exposed MCP Tools (4)
safe
qlik_get_appsLists all Qlik applications available in the workspace.
Read-only operation; no data modification.
safe
qlik_get_app_sheetsRetrieves all sheets within a specified Qlik application.
Read-only operation; no data modification.
safe
qlik_get_sheet_chartsFetches all charts present in a given sheet.
Read-only operation; no data modification.
safe
qlik_get_chart_dataExtracts data from a specific chart within a sheet.
Read-only operation; no data modification.
Safety Assessment
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.
- API key authentication
- Rate limiting capabilities to prevent abuse
- Read-only data extraction tools available
- Environment variable configuration for sensitive data
- Optional parameters to limit data retrieval
- Potential for data exposure if API key is compromised
- Write operations available, posing a risk of unintended modifications
- Lack of fine-grained permission control within Qlik Cloud API
- Reliance on environment variables for secrets management
- No built-in sandboxing
