Skip to content

[BUG] Azure MCP on Claude Desktop : Unable to get list of VMs from the Azure Tenant #1047

@ksingh-scogo

Description

@ksingh-scogo

Describe the bug

Environment Details

  • Claude Desktop
  • Azure MCP server installation type npm local on MacOS
  • Review the attached screenshots for claude desktop conversation
Image Image Image
  • Claude Desktop Config Json Section
    "azure": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp@latest",
        "server",
        "start"
      ],
      "env": {
        "AZURE_TENANT_ID": "AAAAAAAAA",
        "AZURE_CLIENT_ID": "BBBBBB",
        "AZURE_CLIENT_SECRET": "CCCCCC"
      }
    },

  • Claude Desktop user prompt what all vms do we have on azure currently use MCP server via model Sonnet 4.5

Azure MCP server was successfully invoked , however the MCP server had missing tools / CLI (not sure if this is expected) and hence the execution was incomplete.

Expected behavior

The MCP should have all necessary dependencies (CLI , executables) so that it can fetch right information that is requested by the user

Actual behavior

Azure MCP server was successfully invoked , however the MCP server had missing tools / CLI (not sure if this is expected) and hence the execution was incomplete.

Reproduction Steps

  • Add MCP server to claude desktop , on a MacOS via NPM install method
  • Run user chat what all vms do we have on azure currently use MCP server

Environment

  • MacOS
  • NPM install
  • Claude Desktop

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Not Started

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions