Back to MCP Servers

Azure Cli

A wrapper around the Azure CLI command line that allows you to talk directly to Azure

cloud-platformsazure

Installation

npx -y azure-cli-mcp

Configuration

{
  "mcpServers": {
    "azure-cli-mcp": {
      "command": "npx",
      "args": ["-y", "azure-cli-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub