Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

add-documents

Add documents to a Meilisearch index using the MCP server. Specify indexUid and documents array to manage data efficiently for search and retrieval.

Instructions

Add documents to an index

Input Schema

NameRequiredDescriptionDefault
documentsYes
indexUidYes
primaryKeyNo

Input Schema (JSON Schema)

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

Other Tools from Meilisearch MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meilisearch/meilisearch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server