Meilisearch MCP Server

Official

update-settings

Adjust or modify settings for a specific index in Meilisearch, such as search rankings or filtering options, using this MCP Server tool.

Instructions

Update settings for an index

Input Schema

NameRequiredDescriptionDefault
indexUidYes
settingsYes

Input Schema (JSON Schema)

{ "properties": { "indexUid": { "type": "string" }, "settings": { "type": "object" } }, "required": [ "indexUid", "settings" ], "type": "object" }
ID: tbc3n51jja