KustoManagementClient Claude Desktop Config
Add the KustoManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-azure-kusto": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-azure-kusto"
],
"env": {
"KUSTOMANAGEMENTCLIENT_API_KEY": "your_kustomanagementclient_api_key"
}
}
}
}Environment Variables
KUSTOMANAGEMENTCLIENT_API_KEYReplace your_kustomanagementclient_api_key with your actual kustomanagementclient api key
Endpoints
GET
/providers/Microsoft.Kusto/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clustersClusters_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailabilityClusters_CheckNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skusClusters_ListSkus
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clustersClusters_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}Clusters_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}Clusters_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}Clusters_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}Clusters_Update
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkNameAvailabilityDatabases_CheckNameAvailability