Skip to content
VS Code

Azure MCP Server for VS Code

com.microsoft/azure

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

client:VS Code transport:stdio runtime:nuget

Install Azure MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "azure": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Azure.Mcp",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Azure MCP Server in other clients