Skip to content
Cline

sisense mcp server for Cline

io.github.sisense/sisense-mcp-server

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

client:Cline transport:stdio runtime:npm

Install sisense mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

sisense mcp server in other clients