meilisearch-mcp
Verified Safeby meilisearch
Overview
Connects LLMs (like Claude and OpenAI agents) to Meilisearch, enabling natural language control for managing search indices and performing searches.
Installation
uvx -n meilisearch-mcpEnvironment Variables
- MEILI_HTTP_ADDR
- MEILI_MASTER_KEY
Security Notes
The server's core logic appears robust. However, the README explicitly warns that updating Meilisearch API keys directly in chat, while convenient for development, 'does not follow best MCP security practices and should not be used in production environments without proper safeguards.' This highlights a potential risk if deployed without careful consideration of access control for the MCP client itself.
Similar Servers
fastmcp
FastMCP is a Python framework for building and interacting with Model Context Protocol (MCP) servers. It provides client and server capabilities, enabling the creation of AI agents and services through definable tools, resources, and prompts. It supports various transports, authentication methods, logging, and background task execution, with strong integration for OpenAPI specifications.
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.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.