Skip to content
MCP-Bridge
Cloud Infrastructure

SearchIndexClient MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-search-searchindex.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-search-searchindex.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-search-searchindex.json

Environment Variables

SEARCHINDEXCLIENT_API_KEY

Replace your_searchindexclient_api_key with your actual searchindexclient api key

Endpoints

GET/docs/$count

Documents_Count