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>" } } } } }
-
관련 서버
Scavio AI
Real-time search API for AI agents. Search Google, Amazon, Walmart, and YouTube with 9 tools -- product search, product details, video search, transcripts, and more. Build price comparison agents, retail arbitrage tools, content research pipelines, and brand monitors. 500 free credits/month.
Geocoding
Provides geocoding services by integrating with the Nominatim API.
Tavily MCP Server
Web search using the Tavily API.
o3 Search
Web search using OpenAI's o3 model. Requires an OpenAI API key.
JinaAI
Light JINA AI MCP
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.
MCP Servers Search
Search and discover available MCP servers from the official repository.
ContextWire
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Qdrant Retrieve
Semantic search using the Qdrant vector database.
RAG Documentation
Retrieve and process documentation using vector search to provide context for AI assistants.