Azure Data Explorer MCP Server
@cheng306
About Azure Data Explorer MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"adx-query-server": {
"command": "node",
"args": [
"/absolute/path/to/this/repository/build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Azure Data Explorer MCP Server?
It is a Model Context Protocol (MCP) server that authenticates to Azure Data Explorer using a service principal and executes KQL queries. It returns formatted results for use by MCP clients like Claude for Desktop.
How to use Azure Data Explorer MCP Server?
Clone the repository, install dependencies (npm install), build (npm run build), and start (npm start). The server communicates via stdio. Configure it in Claude for Desktop by editing claude_desktop_config.json to point to the built index.js. Then ask Claude to login and run queries.
Key features of Azure Data Explorer MCP Server
- Login to Azure Data Explorer with client credentials
- Run KQL queries against an ADX database
- View formatted query results
- Works over stdio with any MCP client
Use cases of Azure Data Explorer MCP Server
- Query Azure Data Explorer interactively through a chat interface
- Automate KQL reporting using Claude for Desktop
- Integrate ADX data exploration into AI workflows
FAQ from Azure Data Explorer MCP Server
What is the Azure Data Explorer MCP Server used for?
It allows an MCP client like Claude for Desktop to authenticate to an Azure Data Explorer cluster and run KQL queries, returning the results in a readable format.
What are the prerequisites to run this server?
Node.js v16 or higher, npm v7 or higher, an Azure Data Explorer cluster, and a service principal with access to that cluster.
How do I configure it with Claude for Desktop?
Edit the claude_desktop_config.json file to add the server with command: "node" and args pointing to the absolute path of the built index.js file, then restart Claude.
What tools does the server expose?
Two tools: login-to-adx (parameters: cluster, database, tenantId, clientId, clientSecret) and run-adx-query (parameter: query).
How does the server authenticate to Azure Data Explorer?
It uses a service principal (client credentials) – the tenant ID, client ID, and client secret are provided as parameters to the login-to-adx tool.
More Data & Analytics MCP servers
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Comments