# @mrfentmen/meilisearch-mcp

MCP server for MeiliSearch. Search indexes, manage documents, check health and stats.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 1.0.2
- **Author:** io.github.mrfentmen
- **License:** MIT
- **npm:** @mrfentmen/meilisearch-mcp
- **Source:** https://github.com/mrfentmen/meilisearch-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-24T15:01:38.851Z
- **Version scanned:** 1.0.2
- **CVEs:** none found by OSV at scan time

## Tools

15 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `check_health` — Check if the MeiliSearch server is running and healthy.
- `list_indexes` — List all MeiliSearch indexes.
- `get_index` — Get details about a specific MeiliSearch index.
- `create_index` — Create a new MeiliSearch index.
- `delete_index` — Delete a MeiliSearch index.
- `search_index` — Search for documents in a MeiliSearch index.
- `get_documents` — List documents in a MeiliSearch index.
- `get_document` — Get a single document by ID from a MeiliSearch index.
- `add_documents` — Add documents to a MeiliSearch index. Accepts a JSON array of document objects.
- `delete_document` — Delete a document by ID from a MeiliSearch index.
- `get_stats` — Get statistics about the MeiliSearch instance.
- `get_index_stats` — Get statistics for a specific index.
- `get_task` — Get the status of an asynchronous task.
- `list_keys` — List all API keys for the MeiliSearch instance.
- `update_settings` — Update settings for a MeiliSearch index (searchable attributes, filterable, sortable, ranking rules, etc).

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"meilisearch\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@mrfentmen/meilisearch-mcp\"\n      ],\n      \"env\": {\n        \"MEILISEARCH_API_KEY\": \"<YOUR_MEILISEARCH_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `MEILISEARCH_API_KEY` — Meilisearch API Key (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 53, ceiling 53 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40mrfentmen%2Fmeilisearch-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40mrfentmen%2Fmeilisearch-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40mrfentmen%2Fmeilisearch-mcp
- HTML page: https://forgeregistry.com/registry/%40mrfentmen%2Fmeilisearch-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
