Skip to content

Kusto

Free

by MCP Community

MCP Server for interacting with Kusto (Azure Data Explorer)

v1.10.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Kusto MCP Server

MCP Server for interacting with Kusto (Azure Data Explorer)

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y kusto-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "kusto": {
      "command": "npx",
      "args": ["-y", "kusto-mcp"]
    }
  }
}