Back to MCP Servers
Qlik
MCP Server for Qlik Cloud API that enables querying applications, sheets, and extracting data from visualizations with comprehensive authentication and rate limiting support.
data-platformsapi
By jwaxman19
Installation
npx -y qlik-mcpConfiguration
{
"mcpServers": {
"qlik-mcp": {
"command": "npx",
"args": ["-y", "qlik-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes