Back to MCP Servers
Azure Cli
A wrapper around the Azure CLI command line that allows you to talk directly to Azure
cloud-platformsazure
By jdubois
Installation
npx -y azure-cli-mcpConfiguration
{
"mcpServers": {
"azure-cli-mcp": {
"command": "npx",
"args": ["-y", "azure-cli-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes