Loading MCP server directory, please wait...
MCP server leveraging Sisense Intelligence for actionable insights and analytics.
npx @getmcp/cli add io.github.sisense/sisense-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SISENSE_URLURL of the Sisense instance
SISENSE_TOKENBearer token for the Sisense instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sisense/sisense-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sisense/mcp-server"
],
"env": {
"SISENSE_URL": "",
"SISENSE_TOKEN": ""
}
}
}
}