sisense mcp server for Cursor
io.github.sisense/sisense-mcp-server
MCP server leveraging Sisense Intelligence for actionable insights and analytics.
client:Cursor
transport:stdio
runtime:npm
Install sisense mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sisense-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sisense/mcp-server"
],
"env": {
"SISENSE_URL": "<SISENSE_URL>",
"SISENSE_TOKEN": "<SISENSE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs