MCP Server

Azure MCP Server

cloud-infrastructureai-ml

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

Install

Paste into claude_desktop_config.json:

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

Run in a terminal:

claude mcp add azure -- npx -y @azure/mcp

Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

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

Transport & auth

Transport: stdio - Runs locally over stdio. Your client launches the process itself; you need the matching runtime installed (Node for npx, uv for uvx, Docker for docker run).

Links

Source repository · Homepage

Skip the install — WingMan's own 271 tools run hosted, no setup: browse the hosted tool directory. One endpoint, one free key: https://wingmanprotocol.com/mcp.