Meilisearch MCP Server

Official

add-documents

Add documents to an index

Input Schema

NameRequiredDescriptionDefault
documentsYes
indexUidYes
primaryKeyNo

Input Schema (JSON Schema)

{ "properties": { "documents": { "type": "array" }, "indexUid": { "type": "string" }, "primaryKey": { "optional": true, "type": "string" } }, "required": [ "indexUid", "documents" ], "type": "object" }