jdubois/azure-cli-mcp
A wrapper around the Azure CLI command line that allows you to talk directly to Azure
Quick Start
Clone the repository:
git clone https://github.com/jdubois/azure-cli-mcpClaude Desktop configuration example:
{
"mcpServers": {
"azure-cli-mcp": {
"command": "npx",
"args": [
"-y",
"jdubois/azure-cli-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.