---
title: "Azure MCP Server"
description: "Microsoft's MCP server with every Azure MCP tool in one server."
canonical: "https://vetted.tools/mcp/azure-mcp-server"
source: "https://vetted.tools/mcp/azure-mcp-server.md"
---

# Azure MCP Server

Microsoft's MCP server with every Azure MCP tool in one server.

Source: https://vetted.tools/mcp/azure-mcp-server

- Slug: `azure-mcp-server`
- By [Microsoft](https://vetted.tools/companies/microsoft) ([GitHub](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server), checked 2026-09-26)
- Repository: [https://github.com/microsoft/mcp](https://github.com/microsoft/mcp)

## Install

### Claude Code (Terminal)

```text
claude mcp add --transport stdio azure -- npx -y @azure/mcp
```

### Cursor (~/.cursor/mcp.json)

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

### Codex (~/.codex/config.toml)

```text
[mcp_servers.azure]
command = "npx"
args = ["-y", "@azure/mcp"]
```

## Facts

- License: MIT ([GitHub](https://github.com/microsoft/mcp), checked 2026-09-25)
- Official: Yes. The registry verified the publisher's namespace. ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.microsoft%2Fazure), checked 2026-09-25)
- Registry version: 3.0.0-beta.47 ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.microsoft%2Fazure), checked 2026-09-25)
- Transport: nuget package Azure.Mcp (stdio), npm package @azure/mcp (stdio), pypi package msmcp-azure (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-win-x64.mcpb (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-win-arm64.mcpb (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-linux-x64.mcpb (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-linux-arm64.mcpb (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-osx-x64.mcpb (stdio), mcpb package https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.47/Azure.Mcp.Server-osx-arm64.mcpb (stdio) ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.microsoft%2Fazure), checked 2026-09-25)

## Maintenance

- 168 contributors on [GitHub](https://github.com/microsoft/mcp) as of 2026-09-25.
- 124,434 downloads on [npm](https://www.npmjs.com/package/@azure/mcp) in the 7 days to 2026-09-25.
- 1,120 downloads on [PyPI](https://pypi.org/project/msmcp-azure/) in the 7 days to 2026-09-25.

## Elsewhere on this site

- Home: https://vetted.tools/index.md
- Use cases: https://vetted.tools/use-cases.md
- Tools: https://vetted.tools/tools.md
- The brief: https://vetted.tools/brief.md
- Assessment: https://vetted.tools/assessment.md
- Site summary for agents: https://vetted.tools/llms.txt
- Every published page in one file: https://vetted.tools/llms-full.txt
- Every URL the site publishes: https://vetted.tools/sitemap.xml
