Algolia MCP Server

Researchstdio
Repository

Algolia's MCP server for interacting with the Algolia search platform through AI tools. Lets agents run searches against indices, inspect and manage index settings and records, and review analytics and monitoring data using natural language. Useful for building, tuning, and debugging search experiences powered by Algolia.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "algolia": {
      "command": "npx",
      "args": [],
      "env": {
        "ALGOLIA_APP_ID": "<YOUR_ALGOLIA_APP_ID>",
        "ALGOLIA_API_KEY": "<YOUR_ALGOLIA_API_KEY>"
      }
    }
  }
}

Araçlar (2)

search_single_index

Run a search query against a specific Algolia index.

{
  "type": "object",
  "required": [
    "indexName",
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query string"
    },
    "indexName": {
      "type": "string",
      "description": "Name of the index to search"
    }
  }
}

get_settings

Retrieve the configuration settings for an Algolia index.

{
  "type": "object",
  "required": [
    "indexName"
  ],
  "properties": {
    "indexName": {
      "type": "string",
      "description": "Name of the index"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Algolia (@algolia)
Repository
https://github.com/algolia/mcp-node
Yıldızlar
0
Son güncelleme
12 Temmuz 2026