Meilisearch MCP Server

Official

create-key

Create a new API key

Input Schema

NameRequiredDescriptionDefault
actionsYes
descriptionNo
expiresAtNo
indexesYes

Input Schema (JSON Schema)

{ "properties": { "actions": { "type": "array" }, "description": { "optional": true, "type": "string" }, "expiresAt": { "optional": true, "type": "string" }, "indexes": { "type": "array" } }, "required": [ "actions", "indexes" ], "type": "object" }