Updated April 2026
Install Algolia Search
Pick your client, copy the command, done.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
npm install -g .2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add -e "ALGOLIA_APPLICATION_ID=${ALGOLIA_APPLICATION_ID}" -e "ALGOLIA_SEARCH_API_KEY=${ALGOLIA_SEARCH_API_KEY}" -e "ALGOLIA_INDEX_NAME=${ALGOLIA_INDEX_NAME}" algolia-search -- node "<FULL_PATH_TO_ALGOLIA_SEARCH_MCP_SERVER>/dist/index.js"Replace <FULL_PATH_TO_ALGOLIA_SEARCH_MCP_SERVER>/dist/index.js with the actual folder you prepared in step 1.
Required:
ALGOLIA_APPLICATION_IDALGOLIA_SEARCH_API_KEYALGOLIA_INDEX_NAMEEnvironment Variables
Set these before running Algolia Search.
VariableDescriptionRequired
ALGOLIA_APPLICATION_IDThe Application ID for your Algolia accountYesALGOLIA_SEARCH_API_KEYThe Search-only API key for your Algolia indexYesALGOLIA_INDEX_NAMEThe name of the specific index to searchYesAvailable Tools (1)
Once configured, Algolia Search gives your AI agent access to:
searchSearch for any text in your Algolia indexqueryTry It Out
After setup, try these prompts with your AI agent:
→Search the documentation index for 'authentication flow'.
→Find all products in the catalog index matching 'wireless headphones'.
→Look up the latest blog posts about 'machine learning' in the content index.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
ALGOLIA_APPLICATION_ID— The Application ID for your Algolia accountALGOLIA_SEARCH_API_KEY— The Search-only API key for your Algolia indexALGOLIA_INDEX_NAME— The name of the specific index to search
Keep this setup from going cold
Save the docs, env vars, and workflow around Algolia Search in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.