Meilisearch MCP Server

Official

create-key

Generate a new API key for Meilisearch with specified actions, indexes, optional description, and expiration date, enabling secure access control.

Instructions

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" }
ID: tbc3n51jja