Skip to content
Zed

meilisearch mcp for Zed

io.github.mrfentmen/meilisearch-mcp

Search indexes, manage documents, check health and stats.

client:Zed transport:stdio runtime:npm

Install meilisearch mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "meilisearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/meilisearch-mcp"
      ],
      "env": {
        "MEILISEARCH_URL": "<MEILISEARCH_URL>",
        "MEILISEARCH_API_KEY": "<MEILISEARCH_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

meilisearch mcp in other clients