trackmcp
Back to directory
chick-p

algolia-search-mcp-server

View on GitHub

A MCP server to search for any text in your Algolia index

1 stars JavaScriptOthers Updated Jun 22, 2025

Documentation

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

1. Install dependencies

shell
cd algolia-search-mcp-server
   pnpm install

1. Build the project and install it globally

shell
pnpm build
   npm install -g .

1. Configure your IDE:

    json
    {
            "mcpServers": {
              "algolia-search-server": {
                "command": "algolia-search-server",
                "env": {
                  "ALGOLIA_APPLICATION_ID": "",
                  "ALGOLIA_SEARCH_API_KEY": "",
                  "ALGOLIA_INDEX_NAME": ""
                }
              }
            }
          }
      json
      {
              "chat.mcp.discovery.enabled": true,
              "mcp": {
                  "servers": {
                      "algolia-search-server: {
                          "command": "algolia-search-server",
                          "env": {
                            "ALGOLIA_APPLICATION_ID": "",
                            "ALGOLIA_SEARCH_API_KEY": "",
                            "ALGOLIA_INDEX_NAME": ""
                          }
                      }
                  }
              }
            }

      Frequently asked questions

      What is algolia-search-mcp-server?

      algolia-search-mcp-server is A MCP server to search for any text in your Algolia index

      How do I install algolia-search-mcp-server?

      Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

      Is algolia-search-mcp-server open source?

      Yes — it is hosted on GitHub at https://github.com/chick-p/algolia-search-mcp-server and has 1 stars.

      Related MCP tools

      Run your own MCP server? See who uses it and what to fix.

      Measure it with TrackMCP