mcpbeat Sign in

Sisense MCP Server

local only

Sisense MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 11 Jun 2026.

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

Installs per day peak 22 · avg 7 · +31% w/w
a month agotoday
38
Installs / week
npm · @sisense/mcp-server
7
Stars
1 open issues
11 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 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 a command on install [пакет] package.json:1
postinstall: playwright install chromium

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 sisense-mcp-server -- npx -y @sisense/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sisense-mcp-server": {
      "args": [
        "-y",
        "@sisense/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sisense-mcp-server]
command = "npx"
args = ["-y", "@sisense/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sisense-mcp-server": {
      "args": [
        "-y",
        "@sisense/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sisense-mcp-server": {
      "args": [
        "-y",
        "@sisense/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SISENSE_URL (URL of the Sisense instance), SISENSE_TOKEN (Bearer token for the Sisense instance). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sisense MCP Server

same job, measured the same way
tubekit
by santiriera626

Compliance-aware MCP server for YouTube publishing, analytics and creator insights.

51 installs/wk local only
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering
C
Allstacks Analytics MCP Server
by allstacks

Provides 208+ tools for AI-native engineering intelligence via Allstacks API.

196 installs/wk local only
Nvoip MCP Server
by com-nvoip

Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.

answering
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

28 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
Statsig MCP Server
by statsig

MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics

answering

Sisense MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sisense MCP Server?
Sisense MCP Server 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 @sisense/mcp-server was installed 38 times last week.
How do I connect Sisense MCP Server?
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 @sisense/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Sisense MCP Server?
The npm package @sisense/mcp-server was installed 38 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sisense MCP Server open source?
We cannot say either way: written in TypeScript, 7 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.