The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Meilisearch MCP listing page.
An MCP server for MeiliSearch, the fast and typo-tolerant search engine.
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.
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.)MEILISEARCH_URL - MeiliSearch server URL (default: http://localhost:7575)MEILISEARCH_API_KEY - API key for authentication (if your instance requires it)Add this to your claude_desktop_config.json:
Ask Claude:
MIT