Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

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" }
Install Server

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