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.
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"
]
}
}
}
Run in terminal:
claude mcp add qlik-cloud-mcp-serve uvx qlik-cloud-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"qlik-cloud-mcp-serve": {
"command": "uvx",
"args": [
"qlik-cloud-mcp-server"
]
}
}
}
Or install with pip: pip install qlik-cloud-mcp-server