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>" } } } } }
-
Máy chủ liên quan
Search1API
One API for Search, Crawling, and Sitemaps
CoolPC MCP Server
Query computer component prices from Taiwan's CoolPC website to generate AI-assisted price quotes.
Volcengine Knowledge Base MCP
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.
Perplexity MCP Server
Adds Perplexity AI as a tool provider for Claude Desktop.
Naver Directions
Provides directions, place search, and geocoding features using the Naver Maps API.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
EU Regulations MCP
Query 37 EU regulations (DORA, NIS2, GDPR, AI Act, CRA) with full-text search, cross-regulation comparison, and ISO 27001/NIST CSF control mappings. Auto-updates via EUR-Lex monitoring.
ThreatBook Threat Analysis
Provides threat intelligence queries for IPs, domains, files, URLs, and vulnerabilities using the ThreatBook API.
Open Custom Search API
Perform web searches using Google's Custom Search API.
Brave Search
A server for Brave Search, enabling integration with AI assistants like Claude.