Experimental Model Context Protocol (MCP) servers for interacting with Algolia APIs, enabling AI assistants to perform search operations, index management, and data manipulation through Claude Desktop or Ollama.
Enables A/B testing operations for Algolia indices.
Provides analytics tools for monitoring search performance and usage.
Allows management of Algolia collections and related operations.
Provides monitoring capabilities for Algolia services and indices.
Enables query suggestions and autocomplete functionality.
Provides recommendation tools based on Algolia's recommend features.
Enables all search operations including both read and write capabilities.
Enables only read operations for search (list indices, get settings, run queries, get objects).
Enables only write operations for search (clear, copy, delete, move, set settings, delete objects, insert objects).
Provides usage monitoring and reporting tools for Algolia services.
{
"mcpServers": {
"algolia": {
"command": "/path/to/the/repo/cmd/mcp/mcp",
"env": {
"ALGOLIA_APP_ID": "<APP_ID>",
"ALGOLIA_INDEX_NAME": "<INDEX_NAME>",
"ALGOLIA_API_KEY": "<API_KEY>",
"ALGOLIA_WRITE_API_KEY": "<ADMIN_API_KEY>",
"MCP_ENABLED_TOOLS": "",
"MCP_SERVER_TYPE": "stdio",
"MCP_SSE_PORT": "8080"
}
}
}
}