Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

SearchIndexClient MCP Server

Client that can be used to query an Azure Search index and upload, merge, or delete documents.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-search-searchindex

Environment Variables

SEARCHINDEXCLIENT_API_KEY

Example: your_searchindexclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-search-searchindex": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-search-searchindex"],
      "env": {
      "SEARCHINDEXCLIENT_API_KEY": "your_searchindexclient_api_key"
}
    }
  }
}

Endpoints

GET/docs/$count

Documents_Count