Skip to content
Cline

Azure MCP Server for Cline

com.microsoft/azure

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

client:Cline transport:stdio runtime:nuget

Install Azure MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Azure MCP Server in other clients