sisense mcp server for Grok
io.github.sisense/sisense-mcp-server
MCP server leveraging Sisense Intelligence for actionable insights and analytics.
client:Grok
transport:stdio
runtime:npm
Install sisense mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sisense-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sisense/mcp-server"
],
"env": {
"SISENSE_URL": "<SISENSE_URL>",
"SISENSE_TOKEN": "<SISENSE_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs