mcp-node
Verified Safeby algolia
Overview
Enables natural language interactions with Algolia search, analytics, and monitoring data via the Model Context Protocol (MCP) and Claude Desktop.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server uses OAuth for authentication with Algolia, opening a local HTTP server for the callback, which is a standard and generally secure flow. API keys are either managed automatically by the DashboardApi (creating keys with necessary ACLs) and stored in a local state file, or provided via CLI arguments. The OAuth client ID is hardcoded, but this is typically public. No 'eval' or other directly exploitable dangerous patterns were found. The tool's ability to create API keys with broad ACLs (like 'admin') is powerful but within its intended operational scope.
Similar Servers
mcp-server-elasticsearch
Enables AI clients to interact with Elasticsearch data through natural language conversations using the Model Context Protocol (MCP) by exposing a set of predefined tools.
voicemode
Enables voice interaction capabilities (Speech-to-Text and Text-to-Speech) for Model Context Protocol (MCP) servers, allowing for natural language conversations and voice-controlled actions.
deepl-mcp-server
This server provides translation and rephrasing capabilities using the DeepL API, integrated as a Model Context Protocol (MCP) tool for AI clients.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.