AnilPuram opened a new issue, #18051: URL: https://github.com/apache/druid/issues/18051
### Description Create a **Model Context Protocol (MCP) server** that lets Claude Desktop and other AI tools talk directly to Apache Druid databases. **What it does:** - Connects to MCP clients ( eg .Claude Desktop ) to your Druid data through a simple, standardized protocol - Lets users ask questions about their data in plain English instead of writing SQL - Provides real-time access to Druid's analytics capabilities through AI conversations - Works with the existing MCP ecosystem that major AI companies are adopting **Technical approach:** - Build an MCP server using official Python SDK - Connect to Druid via its SQL API and JDBC driver - Support both local development and cloud deployment - Follow MCP security standards for enterprise use ### Motivation **The Problem:** Right now, if you want to analyze data in Apache Druid, you need to: - Learn Druid's SQL syntax - Understand your database schemas - Switch between AI tools and Druid dashboards - Write queries manually for every question **Why This Helps:** 1. **Natural conversations with your data** - Ask "What were our top products last month?" instead of writing complex SQL 2. **No more context switching** - Stay in Claude Desktop while exploring your Druid analytics 3. **Makes Druid accessible to everyone** - Business users can get insights without technical knowledge 4. **Future-proof integration** - MCP is being adopted by OpenAI, Google, and other major AI companies 5. **Enterprise security** - Keep your data secure while enabling AI-powered analytics **Real Impact:** Turn Druid from a tool only data engineers can use into something anyone in your organization can query through natural conversation. Instead of waiting for reports or learning SQL, business users can directly explore real-time data and get instant insights. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
