Azure AI Agent Service + Azure AI Search MCP Server
@farzad528
关于 Azure AI Agent Service + Azure AI Search MCP Server
Model Context Protocol Servers for Azure AI Search
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-azure-ai-agents": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure AI Agent Service + Azure AI Search MCP Server?
A Model Context Protocol (MCP) server that enables Claude Desktop to search content using Azure AI services. It offers two implementations: Azure AI Agent Service (recommended) with document and web search, or direct Azure AI Search with keyword, vector, and hybrid search methods. This tool is designed for developers who want to integrate Azure search capabilities into Claude Desktop workflows.
How to use Azure AI Agent Service + Azure AI Search MCP Server?
Set up a Python virtual environment (Python 3.10+), install dependencies with uv pip install, and create a .env file with required Azure credentials. Then configure Claude Desktop’s JSON settings to point to either azure_ai_agent_service_server.py or azure_search_server.py, providing the necessary environment variables. Restart Claude Desktop to see the MCP tools (hammer icon) and start searching.
Key features of Azure AI Agent Service + Azure AI Search MCP Server
- AI-enhanced search results from Azure AI Agent Service
- Search both private documents and the public web
- Web search results include source citations
- Choose between Agent Service or direct Azure AI Search
- Seamless integration with Claude Desktop
- Customizable via tool instructions and new tools
Use cases of Azure AI Agent Service + Azure AI Search MCP Server
- Query indexed documents with AI-optimized results
- Perform web searches with cited sources through Bing grounding
- Run hybrid (keyword + vector) searches on Azure AI Search indices
- Combine private document knowledge with public web information
FAQ from Azure AI Agent Service + Azure AI Search MCP Server
What are the two implementations and which should I use?
Azure AI Agent Service (recommended) uses AI-enhanced search with document and web search capabilities. Direct Azure AI Search offers keyword, vector, and hybrid search. Choose Agent Service for richer results with web grounding; choose direct integration for simpler configuration and full control.
What are the runtime requirements?
Python 3.10 or higher, the latest Claude Desktop, and an Azure AI Search service with an indexed (preferably vectorized) index. For the Agent Service implementation you also need an Azure AI Project with connections to Azure AI Search and Bing.
How do I configure Claude Desktop?
Add a JSON block under mcpServers in your Claude Desktop config, specifying the Python command, script path, and environment variables for your chosen implementation (e.g., PROJECT_CONNECTION_STRING, AZURE_SEARCH_SERVICE_ENDPOINT).
How do I authenticate to Azure?
For the Agent Service, use az login to authenticate. For direct Azure AI Search, provide the service endpoint, index name, and an API key in the .env file or Claude Desktop environment variables.
Can I customize the server’s behavior?
Yes. You can modify tool instructions, add new tools using the @mcp.tool() decorator, adjust response formatting, and change web search parameters (e.g., focus on specific domains).
云与基础设施 分类下的更多 MCP 服务器
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论