Mcp Server Kusto
A mcp server that uses azure data explorer as a backend
Overview
Mcp Server Kusto is a server that provides access to Azure Data Explorer (ADX) clusters, allowing users to perform various data operations efficiently.
To use Mcp Server Kusto, you need to configure the claude_desktop_config.json file with your Azure Data Explorer cluster details and run the server using the specified command.
- List internal and external tables in the cluster. - Execute queries on both internal and external tables or materialized views. - Retrieve schemas of various tables in the cluster.
- Data querying and management for Azure Data Explorer.
- Integration with desktop applications to access data dynamically.
- Development of data analysis tools that leverage Azure ADX capabilities.
Add to your AI client
Use these steps to connect Mcp Server Kusto in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-kusto-zzzhdw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-kusto-zzzhdw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-kusto-zzzhdw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-kusto-zzzhdw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-kusto-zzzhdw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-kusto-zzzhdw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kusto-zzzhdw"
]
}
}
}FAQ
Can I use Mcp Server Kusto with a local Azure Data Explorer emulator?
Yes! You can use a local emulator by providing the cluster URL as 'https://localhost:8082' without needing to supply authority credentials.
How do I configure Mcp Server Kusto?
Edit the `claude_desktop_config.json` file to set up the server parameters including cluster URL and Azure credentials.
Is Mcp Server Kusto suitable for large datasets?
Yes! Mcp Server Kusto is designed to handle queries on large datasets efficiently through Azure Data Explorer.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":328,"uuid":"53679058-ec62-4d63-a81a-51e34eae7434","name":"mcp-server-kusto","title":"Mcp Server Kusto","description":"A mcp server that uses azure data explorer as a backend","avatar_url":"https://avatars.githubusercontent.com/u/33318747?v=4","created_at":"2024-12-13T13:19:52.027Z","updated_at":"2024-12-13T15:09:11.028Z","status":"created","author_name":"ZZZHDW","author_avatar_url":"https://avatars.githubusercontent.com/u/33318747?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/ZZZHDW/mcp-server-kusto","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]