Mcp Server Kusto
@ZZZHDW
About Mcp Server Kusto
A mcp server that uses azure data explorer as a backend
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kusto": {
"command": "uv",
"args": [
"--directory",
"{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto",
"run",
"mcp-server-kusto",
"--cluster",
"{{ADX_CLUSTER_URL}}",
"--authority_id",
"{{TENANT_ID}}",
"--client_id",
"{{CLIENT_ID}}",
"--client_secret",
"{{CLIENT_SECRET}}"
]
}
}
}Tools
7list all internal tables in the cluster
list all external tables in the cluster
list all materialized views in the cluster
execute a query on an internal table or materialized view
execute a query on an external table
get the schema of an internal table or materialized view
get the schema of an external table
Overview
What is Mcp Server Kusto?
Mcp Server Kusto is an MCP server that provides access to Azure Data Explorer (ADX) clusters. It enables AI assistants to list tables, execute queries, and retrieve table schemas from ADX.
How to use Mcp Server Kusto?
Install and configure by editing claude_desktop_config.json with the uv command and arguments pointing to the project directory and cluster URL. For Azure AD authentication, provide --authority_id, --client_id, and --client_secret. For a local emulator, omit those flags and use a URL like https://localhost:8082.
Key features of Mcp Server Kusto
- List internal tables, external tables, and materialized views
- Execute queries on internal and external tables
- Get schema of internal tables, external tables, and materialized views
- Supports Azure AD authentication (tenant, client ID, secret)
- Supports local Azure Data Explorer emulator without authentication
Use cases of Mcp Server Kusto
- Query ADX clusters directly from Claude Desktop conversations
- Explore available tables and views in a cluster before writing queries
- Retrieve table schemas to understand data structures for query formulation
- Run ad-hoc analytics on ADX data through a natural language interface
FAQ from Mcp Server Kusto
How do I configure authentication for Mcp Server Kusto?
Provide the --authority_id (tenant ID), --client_id, and --client_secret arguments in the Claude Desktop configuration.
Can I use Mcp Server Kusto with a local ADX emulator?
Yes. Use a cluster URL like https://localhost:8082 and omit the --authority_id, --client_id, and --client_secret arguments.
What tools are available in Mcp Server Kusto?
The server provides tools to list internal/external tables and materialized views, execute queries on internal/external tables, and get schemas of internal/external tables and materialized views.
What are the runtime dependencies for Mcp Server Kusto?
The server requires uv to run, and the Python project located at the specified directory path must be available.
Frequently asked questions
How do I configure authentication for Mcp Server Kusto?
Provide the `--authority_id` (tenant ID), `--client_id`, and `--client_secret` arguments in the Claude Desktop configuration.
Can I use Mcp Server Kusto with a local ADX emulator?
Yes. Use a cluster URL like `https://localhost:8082` and omit the `--authority_id`, `--client_id`, and `--client_secret` arguments.
What tools are available in Mcp Server Kusto?
The server provides tools to list internal/external tables and materialized views, execute queries on internal/external tables, and get schemas of internal/external tables and materialized views.
What are the runtime dependencies for Mcp Server Kusto?
The server requires `uv` to run, and the Python project located at the specified directory path must be available.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments