Azure Data Explorer MCP Server
@pab1it0
About Azure Data Explorer MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"adx-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"adx-mcp-server",
"."
]
}
}
}Tools
5Query
Discovery
Discovery
Discovery
Discovery
Overview
What is Azure Data Explorer MCP Server?
An MCP server that enables AI assistants to execute KQL queries and explore Azure Data Explorer (ADX/Kusto) and Eventhouse databases through a standardized interface. It is for developers and analysts who want to query ADX clusters using AI-driven tools.
How to use Azure Data Explorer MCP Server?
Configure the required environment variables (ADX_CLUSTER_URL and ADX_DATABASE), log in to Azure via the Azure CLI, then add the server configuration to your MCP client (e.g., Claude Desktop). You can run it directly with uv, via Docker, or in a Dev Container.
Key features of Azure Data Explorer MCP Server
- Execute arbitrary KQL queries and receive structured JSON results.
- Discover tables, view schemas, sample data, and get table statistics.
- Supports DefaultAzureCredential and Azure Workload Identity authentication.
- Configurable transports: stdio, HTTP, and Server-Sent Events (SSE).
- Docker images and Dev Container support for easy deployment.
Use cases of Azure Data Explorer MCP Server
- AI assistants querying Azure Data Explorer databases on demand.
- Automated data exploration and analysis through natural language.
- Integrating ADX queries into MCP‑compatible clients like Claude Desktop.
- Running ADX queries from CI/CD pipelines or containerized environments.
FAQ from Azure Data Explorer MCP Server
What authentication methods are supported?
The server uses DefaultAzureCredential by default and falls back to WorkloadIdentityCredential when the required environment variables are present (e.g., in AKS with workload identity).
What environment variables are required?
ADX_CLUSTER_URL (the cluster URL) and ADX_DATABASE (the database name) are required.
What Python version is required?
Python 3.12 is required.
Does the server support HTTP transport?
Yes. Set ADX_MCP_SERVER_TRANSPORT to http or sse and optionally configure ADX_MCP_BIND_HOST and ADX_MCP_BIND_PORT.
Can I run this server in Docker?
Yes. A Dockerfile and docker-compose configuration are provided. Pass the required environment variables to the container.
Frequently asked questions
What authentication methods are supported?
The server uses DefaultAzureCredential by default and falls back to WorkloadIdentityCredential when the required environment variables are present (e.g., in AKS with workload identity).
What environment variables are required?
`ADX_CLUSTER_URL` (the cluster URL) and `ADX_DATABASE` (the database name) are required.
What Python version is required?
Python 3.12 is required.
Does the server support HTTP transport?
Yes. Set `ADX_MCP_SERVER_TRANSPORT` to `http` or `sse` and optionally configure `ADX_MCP_BIND_HOST` and `ADX_MCP_BIND_PORT`.
Can I run this server in Docker?
Yes. A Dockerfile and docker-compose configuration are provided. Pass the required environment variables to the container.
Basic information
More Data & Analytics MCP servers

World Monitor
Elie HabibLive global-intelligence MCP server covering news, markets, conflicts, aviation, maritime activity, energy, climate, cyber threats, supply chains, and source-grounded regional briefs.

cloro
cloroExtract structured data from ChatGPT, Perplexity, Grok, Gemini, Google Search, Google News, Copilot, and AI Overview through one API, across all countries and states.
SiteGuru
Your site's real SEO data in your AI assistant. SiteGuru crawls your website and connects to Google Search Console and Google Analytics. This server exposes that data to your assistant, so you can ask what's broken, wha

Rankbits
rankbitsAI visibility analytics across 15+ providers (ChatGPT, Perplexity, Gemini, AI Overviews, and more). The MCP connector lets assistants run scans, compare competitor mentions, and track your brand's visibility in AI answer

Bounce Watch - Company Signal Intelligence
bouncewatchBounce Watch tells you what just changed at a company, and when. Who raised money. Who hired a senior person. Who opened an office, won a customer, or announced a partnership. Every event carries its own date, so you ca
Comments