Meilisearch
FreeNot checkedMCP server for MeiliSearch that enables searching indexes, managing documents and indexes, checking health/stats, and managing API keys. Perfect for AI agents t
About
MCP server for MeiliSearch that enables searching indexes, managing documents and indexes, checking health/stats, and managing API keys. Perfect for AI agents to interact with MeiliSearch through natural language.
README
An MCP server for MeiliSearch, the fast and typo-tolerant search engine.
What it does
Search through MeiliSearch indexes, manage documents, create/delete indexes, check health and stats, and manage API keys. Perfect for AI agents that need to search through your data.
Tools
check_health- Check if the MeiliSearch server is runninglist_indexes- List all indexesget_index- Get index detailscreate_index- Create a new indexdelete_index- Delete an indexsearch_index- Search documents in an indexget_documents- List documents in an indexget_document- Get a single document by IDadd_documents- Add documents to an indexdelete_document- Delete a document by IDget_stats- Get instance statisticsget_index_stats- Get index-specific statisticsget_task- Check async task statuslist_keys- List API keysupdate_settings- Update index settings (ranking rules, searchable attributes, filters, etc.)
Install
npx meilisearch-mcp
Environment Variables
MEILISEARCH_URL- MeiliSearch server URL (default:http://localhost:7575)MEILISEARCH_API_KEY- API key for authentication (if your instance requires it)
Claude Desktop setup
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch": {
"command": "npx",
"args": ["-y", "meilisearch-mcp"],
"env": {
"MEILISEARCH_URL": "http://localhost:7575",
"MEILISEARCH_API_KEY": "your-api-key"
}
}
}
}
Example usage
Ask Claude:
- "Search my products index for 'wireless headphones'"
- "Show me all indexes in my MeiliSearch instance"
- "Add these documents to my blog-posts index"
- "How many documents are in my main index?"
- "Update my index settings to use title as searchable attribute"
Requirements
- A running MeiliSearch instance (v1.0+)
- Optional: API key if your instance has authentication enabled
License
MIT
Installing Meilisearch
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mrfentmen/meilisearch-mcpFAQ
Is Meilisearch MCP free?
Yes, Meilisearch MCP is free — one-click install via Unyly at no cost.
Does Meilisearch need an API key?
Yes, it requires environment variables: MEILISEARCH_API_KEY, MEILISEARCH_URL. Unyly injects them into the config during install.
Is Meilisearch hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Meilisearch in Claude Desktop, Claude Code or Cursor?
Open Meilisearch on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Meilisearch with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
