Qlik-Cloud-MCP-Server

ssevera1/Qlik-Cloud-MCP-Server
★ 0 stars Python AI/LLM Updated 3d ago
Agent 2: MCP Server providing governed access to Qlik Cloud via 4 tools — search, sheet details, hypercube data, and sheet creation. Supports stdio and SSE transports.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qlik-cloud-mcp-serve": {
      "command": "uvx",
      "args": [
        "qlik-cloud-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install qlik-cloud-mcp-server