AzureAI.MCP

RobertEichenseer/AzureAI.MCP
★ 2 stars C# ⚙️ DevOps Updated 7mo ago
MCP Server (Resources, Tools, Prompts)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azureai.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "RobertEichenseer/AzureAI.MCP"
      ]
    }
  }
}