Druid MCP Server
Rank #3657glama/iunera/druid-mcp-server
Natural Language Analytics MCP server for Apache Druid. With this enterprise ready server in Java, one can query Apache Druid by natural language queries. Furthermore, the complete management like data loading of the Time Series Database Druid can be done with natural language commands.
Druid MCP Server is a Model Context Protocol (MCP) server published by iunera. It ranks #3657 of 58,900 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Druid MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 12 tracked versions. It was first listed on Jul 8, 2025 and most recently updated on Mar 26, 2026.
Ranks ahead of 55,243 of 58,900 servers on MCP Toplist.
Use Druid MCP Server
Add Druid MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"druid-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/iunera/druid-mcp-server:1.2.1"
],
"env": {
"DRUID_ROUTER_URL": "<your DRUID_ROUTER_URL>",
"DRUID_AUTH_USERNAME": "<your DRUID_AUTH_USERNAME>",
"DRUID_AUTH_PASSWORD": "<your DRUID_AUTH_PASSWORD>",
"DRUID_SSL_ENABLED": "<your DRUID_SSL_ENABLED>",
"DRUID_SSL_SKIP_VERIFICATION": "<your DRUID_SSL_SKIP_VERIFICATION>",
"DRUID_MCP_READONLY": "<your DRUID_MCP_READONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
iunera
Available versions (12)
| Version | Published |
|---|---|
| 1.8.2 | Mar 26, 2026 |
| 1.8.1 | Mar 3, 2026 |
| 1.7.0 | Dec 18, 2025 |
| 1.6.0 | Nov 17, 2025 |
| 1.5.2 | Nov 5, 2025 |
| 1.5.1 | Oct 15, 2025 |
| 1.5.0 | Oct 10, 2025 |
| 1.4.0 | Oct 2, 2025 |
| 1.3.0 | Sep 26, 2025 |
| 1.2.2 | Sep 24, 2025 |
| 1.2.1 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Druid MCP Server?
- Natural Language Analytics MCP server for Apache Druid. With this enterprise ready server in Java, one can query Apache Druid by natural language queries. Furthermore, the complete management like data loading of the Time Series Database Druid can be done with natural language commands.
- Who maintains Druid MCP Server?
- Druid MCP Server is maintained by iunera, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Druid MCP Server an official MCP server?
- Yes — Druid MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Druid MCP Server have?
- MCP Toplist tracks 12 versions of Druid MCP Server, most recently published on Mar 26, 2026.
- Where can I find the source code for Druid MCP Server?
- The source code for Druid MCP Server is hosted at github.com/iunera/druid-mcp-server.