Algolia MCP Server
Researchstdio
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.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"algolia": {
"command": "npx",
"args": [],
"env": {
"ALGOLIA_APP_ID": "<YOUR_ALGOLIA_APP_ID>",
"ALGOLIA_API_KEY": "<YOUR_ALGOLIA_API_KEY>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Autor
- Algolia (@algolia)
- Repositorio
- https://github.com/algolia/mcp-node
- Estrellas
- 0
- Última actualización
- 12 de julio de 2026