Algolia
Official
🔍 Search & Research
Algolia MCP server exposing the full search and discovery platform to AI agents. Search indexes, manage records, view analytics, A/B testing, monitoring, query suggestions, and recommendations with read/write granular access control.
Tags
Tools (10)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"algolia": {
"command": "npx",
"args": [
"-y",
"algolia-mcp"
],
"env": {
"ALGOLIA_APP_ID": "your-algolia-app-id-here",
"ALGOLIA_API_KEY": "your-algolia-api-key-here"
}
}
}
}