Search
Verified
Trust: 51/100 (Fair)Algolia MCP Guide
Manage Algolia search indexes. Index records, configure relevance, and run search queries.
189 stars 5,400 downloadsby Algolia
Quick Start
Install
npx @mcp/algoliaClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"algolia-mcp": {
"command": "npx",
"args": [
"@mcp/algolia"
]
}
}
}What Algolia MCP Can Do
search
Run search queries
manage_indexes
Create and configure indexes
Permissions Required
Algolia MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
algolia.read | Read Algolia data | low |
algolia.write | Index and delete records | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |