MCP ExplorerExplorer

Algolia Search Mcp Server

@chick-pon a year ago
1 MIT
FreeCommunity
AI Systems
Algolia Search MCP Server allows text search in your Algolia index.

Overview

What is Algolia Search Mcp Server

Algolia Search MCP Server is a local server package that allows users to search for any text within their Algolia index, facilitating efficient data retrieval and management.

Use cases

Use cases include implementing search functionality in online stores, enhancing search features in blogs or documentation sites, and integrating search capabilities in mobile or web applications.

How to use

To use the Algolia Search MCP Server, clone the repository, install dependencies using ‘pnpm install’, build the project with ‘pnpm build’, and install it globally. Configure your IDE with the necessary environment variables for Algolia.

Key features

Key features include the ability to search any text in your Algolia index, easy setup and configuration, and compatibility with popular IDEs like Visual Studio Code.

Where to use

Algolia Search MCP Server can be used in various fields such as e-commerce, content management systems, and any application requiring fast and efficient search capabilities.

Content

Algolia Search MCP Server

This repository have been archived.
The Official server is released at Algolia Node.js MCP.

Features

  • Search for any text in your Algolia index

Setup

This package is installed as local.

  1. Clone the repository

  2. Install dependencies

    cd algolia-search-mcp-server
    pnpm install
    
  3. Build the project and install it globally

    pnpm build
    npm install -g .
    
  4. Configure your IDE:

    • cline(cline_mcp_settings.json)

      {
        "mcpServers": {
          "algolia-search-server": {
            "command": "algolia-search-server",
            "env": {
              "ALGOLIA_APPLICATION_ID": "<YOUR_ALGOLIA_APPLICATION_ID>",
              "ALGOLIA_SEARCH_API_KEY": "<YOUR_ALGOLIA_SEARCH_API_KEY>",
              "ALGOLIA_INDEX_NAME": "<YOUR_ALGOLIA_INDEX_NAME>"
            }
          }
        }
      }
    • Visual Studio Code(settings.json)

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers