๐Ÿ“Š Cube Core is open-source semantic layer for AI, BI and embedded analytics

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cube": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cube"
      ]
    }
  }
}