MCP server

Azure

MCP

Microsoft’s official Azure MCP.

All the Azure tools in one official server — the account you signed into, not a guessed ARM template.

latest·Apache-2.0·Updated this quarter·github.com/microsoft/mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "azure": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp@latest"
      ]
    }
  }
}

By Microsoft

Spec

What the server actually exposes.

  • list_resources

    read

    Resources in the subscription.

  • describe

    read

    A resource’s current state.

  • apply

    write

    A change after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

azure-mcp.mcp/tools

Tools

  • list_resources

    Resources in the subscription.

    read
  • describe

    A resource’s current state.

    read
  • apply

    A change after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_resources",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.