Algolia Search
A server for searching an Algolia index using the Algolia Search API.
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.
-
Clone the repository
-
Install dependencies
cd algolia-search-mcp-server pnpm install -
Build the project and install it globally
pnpm build npm install -g . -
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){ "chat.mcp.discovery.enabled": true, "mcp": { "servers": { "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>" } } } } }
-
関連サーバー
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Search MCP Server
A server providing web and similarity search functionalities, designed for Claude Desktop. It requires external embedding and API services.
AI Book Agent MCP Server
Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation.
SerpApi
Retrieve parsed search engine results using the SerpApi API.
grep.app Code Search
Search code across millions of public GitHub repositories using the grep.app API.
Yandex Search
A web search server that uses the Yandex Search API.
QuantConnect PDF MCP Server
Converts QuantConnect PDF documentation into searchable markdown, enabling fast, context-aware search.
Cezzis Cocktails
Search for cocktail recipes using the cezzis.com API.
Typesense MCP Server
An MCP server for interacting with the Typesense search engine.
Data Gouv MCP Server
Interact with the French government's open data platform (data.gouv.fr) to search for company information.