Meilisearch MCP
the six Ws · specification
Developers operating a Meilisearch instance for full text or hybrid search.
An MCP server that lets an agent manage Meilisearch indexes and documents, configure search settings, and run searches through natural language.
Runs locally and connects to any self hosted or Meilisearch Cloud instance over its HTTP API.
Used when an agent needs to tune search relevance or query an index during development.
Lets an agent iterate on search configuration and content indexing without writing raw API calls.
Requires a running Meilisearch instance and its master or API key.
Official server published under the meilisearch GitHub organization, open source under MIT license, can add, update, and delete documents and indexes so it is not read only.
works with