Meilisearch
Interact & query with Meilisearch (Full-text & semantic search API)
Ads
Overview
The Meilisearch MCP Server is a Model Context Protocol server that enables any MCP-compatible client (including Claude, OpenAI agents, and other LLMs) to interact with Meilisearch. This stdio-based server allows AI assistants to manage search indices, perform searches, and handle your data through natural conversation. Why use this? - π€ Universal Compatibility - Works with any MCP client, not just Claude - π£οΈ Natural Language Control - Manage Meilisearch through conversation with any LLM - π Zero Learning Curve - No need to learn Meilisearch's API - π§ Full Feature Access - All Meilisearch capabilities at your fingertips - π Dynamic Connections - Switch between Meilisearch instances on the fly - π‘ stdio Transport - Currently uses stdio; native Meilisearch MCP support coming soon!
Installation
pip install meilisearch-mcp
Configuration
{
"mcpServers": {
"meilisearch": {
"command": "uvx",
"args": ["-n", "meilisearch-mcp"]
}
}Capabilities
- Create and manage indices
Ask to create an index with a custom primary key via `create-index`, list existing ones, or delete an index and its documents.
- Add and retrieve documents
Use `add-documents` to bulk import or update records, and `get-documents` to fetch them with pagination from any index.
- Run flexible searches
Search across single or multiple indices with filters, sorting, and facets using the `search` tool, including semantic and hybrid options.
- Tune search settings
View or update an index's ranking rules, faceting, and searchable attributes through `get-settings` and `update-settings`.
- Monitor tasks and health
Check indexing progress with `get-tasks`, cancel queued operations, or verify instance status via `health-check` and `get-stats`.
Tags
- search
- database
- api
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.