Azure AI Search MCP Server
@farzad528
关于 Azure AI Search MCP Server
Model Context Protocol Servers for Azure AI Search
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-azure-ai-search": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure AI Search MCP Server?
An MCP server that enables Claude Desktop to search your content using Azure AI services. It provides two implementations: the recommended Azure AI Agent Service (with document and web search) and direct Azure AI Search integration. Designed for developers and users who need AI-enhanced search capabilities within Claude.
How to use Azure AI Search MCP Server?
Install dependencies with uv and Python 3.10+, create a .env file with your Azure credentials, and run either azure_ai_agent_service_server.py or azure_search_server.py. Configure Claude Desktop by adding the server to its JSON config with the appropriate environment variables.
Key features of Azure AI Search MCP Server
- AI-Enhanced Search via Azure AI Agent Service
- Multiple Data Sources: private documents and public web
- Source Citations for web search results
- Flexible Implementation: Agent Service or direct Search
- Seamless Claude Desktop integration
- Customizable search behavior and tools
Use cases of Azure AI Search MCP Server
- Search indexed documents with AI-enhanced results from Claude
- Perform web searches with source citations through Bing
- Use keyword, vector, or hybrid search on Azure AI Search indices
- Combine private and public data sources in a single interface
- Prototype and extend search capabilities with custom tools
FAQ from Azure AI Search MCP Server
What is the difference between the two implementations?
The Azure AI Agent Service implementation (recommended) provides both document search and web search with AI-enhanced results. The direct Azure AI Search implementation offers keyword, vector, and hybrid search methods.
What are the requirements to run this server?
Python 3.10 or higher, the latest Claude Desktop, and Azure resources: an AI Search service with an index (for direct search) or an Azure AI Project with Search and Bing connections (for Agent Service).
How do I authenticate with Azure?
For the Agent Service implementation, run az login to authenticate. For the direct Search implementation, provide your API key in the environment variables.
Where does my data live?
All searches run against your own Azure AI Search index or Bing connection. No data is sent to third parties beyond your configured Azure resources.
Can I customize the server's behavior?
Yes. You can modify tool instructions, add new tools using the @mcp.tool() decorator, customize response formatting, and adjust web search parameters.
搜索 分类下的更多 MCP 服务器
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Everything Search MCP Server
mamertofabianmcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
评论