meilisearch-mcp
Provides tools for searching MeiliSearch indexes, managing documents, creating and deleting indexes, checking health and statistics, and managing API keys.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meilisearch-mcpSearch my products index for wireless headphones"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MeiliSearch MCP
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.
Related MCP server: Meilisearch MCP Server
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-mcpEnvironment 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
Agent-driven search: build, import, tune, search, and score result quality — all over MCP.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server implementation that enables AI models to discover, search, and analyze data stored in Typesense collections through tools for querying documents, retrieving specific items, and accessing collection statistics.25 npm19MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that allows agents to interact with Meilisearch, a powerful open-source search engine, through its API using natural language.-
- AlicenseAqualityBmaintenanceMCP server for SearXNG meta search engine with enhanced error handling and parameter validation for AI agents. Enables privacy-focused web searches with structured JSON results and advanced filtering.1112 npm2MIT
- AlicenseAqualityBmaintenanceMCP server that exposes SearXNG search and HTTP fetch tools for AI agents, enabling web search and clean page text extraction via natural language.4MIT