mcpbeat Sign in

Qseow MCP Server

by rmterenzi Your server? Claim it
local only

Qseow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 12 Aug 2026.

Agent tools for Qlik Sense Enterprise on Windows: troubleshoot, govern, query and build.

Installs per day peak 254 · avg 10
a month agotoday
25
Installs / week
npm · qseow-mcp
7
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command mcpb/build.mjs:18
const run = (cmd, args, cwd) => execFileSync(cmd, args, { cwd, stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qseow-mcp -- npx -y qseow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qseow-mcp": {
      "args": [
        "-y",
        "qseow-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qseow-mcp]
command = "npx"
args = ["-y", "qseow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qseow-mcp": {
      "args": [
        "-y",
        "qseow-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qseow-mcp": {
      "args": [
        "-y",
        "qseow-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QSEOW_HOST (Hostname of the Qlik Sense node, no scheme (e.g. sense.example.com).), QSEOW_AUTH_MODE ('certificate' (service identity via QMC-exported certs) or 'jwt' (per-user, through a JWT virtual proxy). Defaults to certificate.), QSEOW_CERT_PATH (Path to the QMC-exported client certificate (PEM). Required in certificate mode; also enables the Proxy-API session tools in jwt mode.), QSEOW_CERT_KEY_PATH (Path to the client certificate private key (PEM).), QSEOW_ROOT_CERT_PATH (Path to the Qlik root CA (PEM). Supply it to keep TLS verification on.), QSEOW_JWT (Signed JWT for the virtual proxy (jwt mode only).), QSEOW_VP_PREFIX (Virtual proxy prefix for jwt mode, e.g. 'jwt'.), QSEOW_ALLOW_MUTATIONS (Set true to register write tools. Default false: mutating tools are never registered, so the tool list is genuinely read-only.), QSEOW_TOOL_GROUPS (Comma-separated personas to expose: analyst, developer, admin.), QSEOW_TLS_VERIFY (Set false only for self-signed lab certificates. Leave on in production.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qseow MCP

same job, measured the same way
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

30 installs/wk local only
HexWitness
by siaginw

Durable, build-scoped reverse-engineering evidence memory and query tools for AI agents.

34 installs/wk local only
Skilder
by skilder

One place to build, share, and govern the skills and tools your AI agents use at work.

answering
Agent MCP Gateway
by roddutra

On-demand tool discovery for all your MCPs and per-subagent MCP controls to preserve context window.

165 installs/wk local only
MCP Office PowerPoint
by dosev-ai

46-tool PowerPoint MCP server. Build, edit, and export .pptx files. Windows-first.

local only
D
CinderRoute Agentic CI Operations
by cinderroute

Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.

8 tools answering
Query Forge
by evozim

Enterprise SQL query optimizer and performance analyzer.

answering
Vigile MCP
by vigile-ai

Query trust scores for MCP servers and agent skills. Check if a tool is safe.

32 installs/wk local only

Qseow MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Qseow MCP?
Qseow MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package qseow-mcp was installed 25 times last week.
How do I connect Qseow MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qseow-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Qseow MCP?
The npm package qseow-mcp was installed 25 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qseow MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.