Description

Official Microsoft Azure AI Foundry MCP server for enterprise AI workflows.

Installation

npx -y azure-ai-foundry-mcp
npm install azure-ai-foundry-mcp
git clone https://github.com/azure-ai-foundry/mcp-foundry

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "azure-ai-foundry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "azure-ai-foundry-mcp"
      ]
    }
  }
}