Back to MCP Servers
Druid
Comprehensive MCP server for Apache Druid that provides extensive tools, resources, and prompts for managing and analyzing Druid clusters.
databases
By iunera
Installation
npx -y druid-mcp-serverConfiguration
{
"mcpServers": {
"druid-mcp-server": {
"command": "npx",
"args": ["-y", "druid-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes