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>" } } } } }
-
相关服务器
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Embedding MCP Server
An MCP server powered by txtai for semantic search, knowledge graphs, and AI-driven text processing.
Hugeicons MCP Server
Search for icons from the Hugeicons library and get usage documentation.
Baidu Map
A Location-Based Service (LBS) providing geospatial APIs for geocoding, POI search, route planning, and more.
Gemini Grounding Remote
Fetches user data and event information from the Connpass platform using the Connpass and Gemini APIs.
LLM Jukebox
Search, download, and extract information from YouTube music videos.
Quotewise Quote MCP
Semantic quote search - 600K quotes with source transparency
Eventbrite
Interact with the Eventbrite API to search for events, get event details, and retrieve venue information.
MCP Market Russia
Search 1000+ Russian construction companies and real estate agencies for AI agents
Web Search
A server that provides web search capabilities using OpenAI models.