Loading MCP server directory, please wait...
Agent tools for Qlik Sense Enterprise on Windows: troubleshoot, govern, query and build.
npx @getmcp/cli add io.github.rmterenzi/qseow-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
QSEOW_HOSTHostname of the Qlik Sense node, no scheme (e.g. sense.example.com).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rmterenzi/qseow-mcp": {
"command": "npx",
"args": [
"-y",
"qseow-mcp"
],
"env": {
"QSEOW_HOST": "",
"QSEOW_AUTH_MODE": "certificate",
"QSEOW_CERT_PATH": "",
"QSEOW_CERT_KEY_PATH": "",
"QSEOW_ROOT_CERT_PATH": "",
"QSEOW_JWT": "",
"QSEOW_VP_PREFIX": "jwt",
"QSEOW_ALLOW_MUTATIONS": "false",
"QSEOW_TOOL_GROUPS": "analyst,developer,admin",
"QSEOW_TLS_VERIFY": "true"
}
}
}
}