
Meilisearch MCP
by meilisearch
Connect LLMs to Meilisearch for lightning-fast search index management and document retrieval.
What it does
The Meilisearch MCP Server enables AI assistants to interact directly with Meilisearch instances. It allows LLMs to manage search indices, perform complex queries with filters, and handle data synchronization through natural language.
Tools
search: Perform flexible searches across single or multiple indices with filtering and sorting.create-index: Create new search indices with custom primary keys.add-documents: Bulk import or update documents within an index.get-documents: Retrieve specific documents with pagination.update-settings: Configure ranking rules, faceting, and typo tolerance.health-check: Monitor the status and health of the Meilisearch instance.create-key: Manage API keys and granular permissions.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch": {
"command": "uvx",
"args": ["-n", "meilisearch-mcp"]
}
}
}
Supported hosts
Claude Desktop, OpenAI agents
Quick install
uvx -n meilisearch-mcpInformation
- Pricing
- free
- Published
- 5/13/2026
- stars






