Back to directory
farzad528/mcp-server-azure-ai-agents

farzad528/mcp-server-azure-ai-agents

@farzad528

Model Context Protocol Servers for Azure AI Search (Azure AI Agent Service + Direct Azure AI Search)

azureai-searchazure-ai-agentsearchclaude-desktopbing-searchcontext

Installation & Configuration

{
  "mcpServers": {
    "azure-ai-agent": {
      "command": "python",
      "args": [
        "azure_ai_agent_service_server.py"
      ],
      "env": {
        "PROJECT_CONNECTION_STRING": "your-project-connection-string",
        "MODEL_DEPLOYMENT_NAME": "your-model-deployment-name",
        "AI_SEARCH_CONNECTION_NAME": "your-search-connection-name",
        "BING_CONNECTION_NAME": "your-bing-connection-name",
        "AI_SEARCH_INDEX_NAME": "your-index-name"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17