Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

create-index

Generate a new Meilisearch index with a specified unique identifier and optional primary key to organize and manage searchable data efficiently.

Instructions

Create a new Meilisearch index

Input Schema

NameRequiredDescriptionDefault
primaryKeyNo
uidYes

Input Schema (JSON Schema)

{ "properties": { "primaryKey": { "optional": true, "type": "string" }, "uid": { "type": "string" } }, "required": [ "uid" ], "type": "object" }

You must be authenticated.

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