Cloud InfrastructureAuto-generated
SearchManagementClient MCP Server
Client that can be used to manage Azure Search services and API keys.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-search
Environment Variables
SEARCHMANAGEMENTCLIENT_API_KEYExample: your_searchmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-search": {
"command": "npx",
"args": ["-y","@mcp/azure-com-search"],
"env": {
"SEARCHMANAGEMENTCLIENT_API_KEY": "your_searchmanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServicesServices_List
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}Services_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}Services_Delete
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listAdminKeysAdminKeys_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{serviceName}/listQueryKeysQueryKeys_List