Azure MCP Server

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

⭐ Featured✓ Verified
Vendor:microsoft
Slug:azure
License:MIT
Latest Version:

Tags

azuremicrosoftnpmofficial
2,537
Stars

Installation

Install in VS Code
NODE Runtime
npx -y @azure/mcp@latest ${input:_No response_}

VS Code MCP Configuration

Click “Install in VS Code” button above or add this configuration manually:

{
  "mcpServers": {
    "azure": {
          "command": "npx",
          "args": [
                "-y",
                "@azure/mcp@latest",
                "${input:_No response_}"
          ],
          "env": {}
    }
  }
}

Version History

Latest