Meilisearch MCP Server

Official

get-documents

Get documents from an index

Input Schema

NameRequiredDescriptionDefault
indexUidYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "indexUid": { "type": "string" }, "limit": { "optional": true, "type": "integer" }, "offset": { "optional": true, "type": "integer" } }, "required": [ "indexUid" ], "type": "object" }