azure-search-openai-demo (MCP Server)

GitHub

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "azure-search-openai-demo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-azure-search-openai-demo"
      ]
    }
  }
}