Skip to main content
Data PlatformsTypeScript

jwaxman19/qlik-mcp

MCP Server for Qlik Cloud API that enables querying applications, sheets, and extracting data from visualizations with comprehensive authentication and rate limiting support.

data-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jwaxman19/qlik-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "qlik-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jwaxman19/qlik-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
TypeScript
Author
jwaxman19