Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Meilisearch MCP logo
MCP server

Meilisearch MCP

Operates a Meilisearch instance, not just its search endpoint.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx -n meilisearch-mcp
mcpServers
{
  "mcpServers": {
    "meilisearch-mcp": {
      "command": "uvx",
      "args": [
        "-n",
        "meilisearch-mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Required
License
MIT
Stars
194
Tools
searchcreate-indexadd-documentsget-settingsupdate-settingsget-stats

Meilisearch's own server covers the administrative surface as well as querying: indexes are created and dropped, documents added, settings and API keys managed, tasks inspected and cancelled. Health, version and stats tools make it practical for checking on an instance that is already running. It targets a host address with an optional master key, so a self-hosted node and Meilisearch Cloud connect the same way. Distributed on PyPI and as a Docker image.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?