Meilisearch MCP Server
by devlimelabs
search
Search for documents in a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attributesToCrop | No | Attributes to crop | |
attributesToHighlight | No | Attributes to highlight | |
attributesToRetrieve | No | Attributes to include in results | |
cropLength | No | Length at which to crop cropped attributes | |
facets | No | Facets to return | |
filter | No | Filter query to apply | |
highlightPostTag | No | Tag to insert after highlighted text | |
highlightPreTag | No | Tag to insert before highlighted text | |
indexUid | Yes | Unique identifier of the index | |
limit | No | Maximum number of results to return (default: 20) | |
matchingStrategy | No | Matching strategy: 'all' or 'last' | |
offset | No | Number of results to skip (default: 0) | |
q | Yes | Search query | |
showMatchesPosition | No | Whether to include match positions in results | |
sort | No | Attributes to sort by, e.g. ["price:asc"] |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- list-indexes
- get-index
- create-index
- update-index
- delete-index
- swap-indexes
- get-documents
- get-document
- add-documents
- update-documents
- delete-documents
- delete-document
- delete-all-documents
- search
- multi-search
- facet-search
- get-settings
- update-settings
- reset-settings
- get-searchable-attributes
- get-displayed-attributes
- get-filterable-attributes
- get-sortable-attributes
- get-ranking-rules
- get-stop-words
- get-synonyms
- get-distinct-attribute
- get-typo-tolerance
- get-faceting
- get-pagination
- update-searchable-attributes
- update-displayed-attributes
- update-filterable-attributes
- update-sortable-attributes
- update-ranking-rules
- update-stop-words
- update-synonyms
- update-distinct-attribute
- update-typo-tolerance
- update-faceting
- update-pagination
- reset-searchable-attributes
- reset-displayed-attributes
- reset-filterable-attributes
- reset-sortable-attributes
- reset-distinct-attribute
- reset-typo-tolerance
- reset-faceting
- reset-ranking-rules
- reset-stop-words
- reset-synonyms
- reset-pagination
- enable-vector-search
- get-experimental-features
- update-embedders
- get-embedders
- reset-embedders
- vector-search
- health
- version
- info
- stats
- get-tasks
- delete-tasks
- list-tasks
- get-task
- cancel-tasks
- wait-for-task