Skip to main content
Cloud PlatformsUnknown

jdubois/azure-cli-mcp

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

cloud-platforms
Share:

Quick Start

Clone the repository:

git clone https://github.com/jdubois/azure-cli-mcp

Claude 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.

Details

Category
Cloud Platforms
Language
Unknown
Author
jdubois