Qlik Sense Mcp Server
@bintocher
关于 Qlik Sense Mcp Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"qlik-sense": {
"command": "uvx",
"args": [
"qlik-sense-mcp-server"
],
"env": {
"QLIK_SERVER_URL": "https://your-qlik-server.company.com",
"QLIK_USER_DIRECTORY": "COMPANY",
"QLIK_USER_ID": "your-username",
"QLIK_CLIENT_CERT_PATH": "/path/to/certs/client.pem",
"QLIK_CLIENT_KEY_PATH": "/path/to/certs/client_key.pem",
"QLIK_CA_CERT_PATH": "/path/to/certs/root.pem",
"QLIK_REPOSITORY_PORT": "4242",
"QLIK_ENGINE_PORT": "4747",
"QLIK_VERIFY_SSL": "false"
}
}
}
}工具
7Get list of Qlik Sense applications with essential fields and filters (name, stream, published) and pagination.
Get compact application info with filters by guid or name (case-insensitive). Returns metainfo, tables/fields list, master items, sheets and objects with used fields.
Get load script from app
Get comprehensive statistics for a field
Create hypercube for data analysis
Return values of a single field from app with pagination and wildcard search (supports * and %).
Return variables split by source (script/ui) with pagination and wildcard search.
概览
What is Qlik Sense MCP Server?
Qlik Sense MCP Server integrates Qlik Sense Enterprise with systems supporting the Model Context Protocol (MCP), providing a unified interface for Repository API and Engine API operations. It offers 21 tools for managing applications, data, users, and analytics.
How to use Qlik Sense MCP Server?
Install via uvx qlik-sense-mcp-server (recommended) or pip install qlik-sense-mcp-server. Configure environment variables for server URL, user directory, certificate paths, and API ports in a .env file. Start the server with uvx qlik-sense-mcp-server or qlik-sense-mcp-server. Then call any of the 21 tools through your MCP client.
Key features of Qlik Sense MCP Server
- Unified API for all Qlik Sense REST and WebSocket APIs
- Certificate‑based authentication for secure access
- Optimized queries and response handling
- Multiple data export formats (JSON, CSV, simple)
- Advanced analytics via hypercube creation
Use cases of Qlik Sense MCP Server
- Retrieve lists of applications, users, streams, tasks, and data connections
- Open apps and extract load scripts, fields, sheets, and table data
- Perform field‑value analysis with frequency and statistics
- Create hypercubes for custom multi‑dimensional analytics
- Export application data in various formats for downstream tools
FAQ from Qlik Sense MCP Server
What exactly does the MCP server do?
It bridges Qlik Sense Enterprise with Model Context Protocol, exposing Repository API and Engine API operations as MCP tools so any MCP‑compatible client can interact with Qlik Sense.
How do I install it?
Recommended: run uvx qlik-sense-mcp-server. Alternatively, install from PyPI with pip install qlik-sense-mcp-server or clone the repository and run make dev.
What API operations are supported?
Ten Repository API commands (e.g., get_apps, get_users, start_task) and eleven Engine API commands (e.g., engine_open_app, engine_get_script, engine_create_hypercube, engine_create_data_export).
How do I configure the server for my Qlik Sense instance?
Create a .env file with QLIK_SERVER_URL, QLIK_USER_DIRECTORY, QLIK_USER_ID, certificate paths (QLIK_CLIENT_CERT_PATH, etc.), and API ports. Then start the server with those variables set.
What are the system requirements?
Python 3.12 or later, a Qlik Sense Enterprise server, valid certificates for authentication, and network access to the Qlik Sense server.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论