The Azure AI Agents MCP server integrates Azure AI Search into Claude Desktop. It provides tools for querying Azure AI Search indexes, retrieving search results, and managing search configurations. It connects to Azure AI Search services via REST APIs. Developers use it to build AI agents that can perform advanced search operations, retrieve relevant information, and enhance search capabilities within their applications.
The Azure AI Agents MCP server integrates Azure AI Search into Claude Desktop. It provides tools for querying Azure AI Search indexes, retrieving search results, and managing search configurations. It connects to Azure AI Search services via REST APIs. Developers use it to build AI agents that can perform advanced search operations, retrieve relevant information, and enhance search capabilities within their applications.
pip install mcp-server-azure-ai-agentsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"farzad528-mcp-server-azure-ai-agents-github": {
"command": "uvx",
"args": [
"pip install mcp-server-azure-ai-agents"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from azure ai agents?"
API Key Required
This server requires an API key from azure ai agents. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AZURE_AI_AGENTS_API_KEY | Yes | Your azure ai agents API key |
"What resources are available in azure ai agents?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in azure ai agents"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in azure ai agents with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.