LogoSTMCP
Download
mcp

algolia-mcp

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.

Tools

1. abtesting

Enables A/B testing operations for Algolia indices.

2. analytics

Provides analytics tools for monitoring search performance and usage.

3. collections

Allows management of Algolia collections and related operations.

4. monitoring

Provides monitoring capabilities for Algolia services and indices.

5. querysuggestions

Enables query suggestions and autocomplete functionality.

6. recommend

Provides recommendation tools based on Algolia's recommend features.

Enables all search operations including both read and write capabilities.

8. search_read

Enables only read operations for search (list indices, get settings, run queries, get objects).

9. search_write

Enables only write operations for search (clear, copy, delete, move, set settings, delete objects, insert objects).

10. usage

Provides usage monitoring and reporting tools for Algolia services.

Open Graph image for algolia-mcp

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information