starrocks (MCP Server)

GitHub

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.

Claude Desktop Configuration

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

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