Skip to content

Kusto

Free

by MCP Community

MCP server for interacting with Kusto databases

v1.0.41Added Apr 12, 2026
mcpkustoazure-data-explorermodel-context-protocoladx
Works with:ClaudeGPTGeminiCopilot

Kusto MCP Server

MCP server for interacting with Kusto databases

Installation

Reviews

Leave a Review

Installation

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