Skip to content
Claude Desktop

sisense mcp server for Claude Desktop

io.github.sisense/sisense-mcp-server

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

client:Claude Desktop transport:stdio runtime:npm

Install sisense mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sisense-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sisense/mcp-server"
      ],
      "env": {
        "SISENSE_URL": "<SISENSE_URL>",
        "SISENSE_TOKEN": "<SISENSE_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sisense mcp server in other clients