druid (MCP Server)

GitHub

Apache Druid: a high performance real-time analytics database.

14,042 stars Java MCP Ready Full Docs Skills View Markdown #druid

Claude Desktop Configuration

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

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