From finops-toolkit
Local stdio MCP server providing read-only access to Azure Kusto (Data Explorer) databases and clusters for querying with KQL. Requires Azure authentication.
npx claudepluginhub microsoft/finops-toolkit --plugin microsoft-finops-toolkitAdd to your .mcp.json:
{
"mcpServers": {
"azure-mcp-server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--namespace",
"kusto",
"--read-only"
]
}
}
}npxShare bugs, ideas, or general feedback.