Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Meilisearch

БесплатноНе проверен

MCP server for MeiliSearch that enables searching indexes, managing documents and indexes, checking health/stats, and managing API keys. Perfect for AI agents t

GitHubEmbed

Описание

MCP server for MeiliSearch that enables searching indexes, managing documents and indexes, checking health/stats, and managing API keys. Perfect for AI agents to interact with MeiliSearch through natural language.

README

An MCP server for MeiliSearch, the fast and typo-tolerant search engine.

What it does

Search through MeiliSearch indexes, manage documents, create/delete indexes, check health and stats, and manage API keys. Perfect for AI agents that need to search through your data.

Tools

  • check_health - Check if the MeiliSearch server is running
  • list_indexes - List all indexes
  • get_index - Get index details
  • create_index - Create a new index
  • delete_index - Delete an index
  • search_index - Search documents in an index
  • get_documents - List documents in an index
  • get_document - Get a single document by ID
  • add_documents - Add documents to an index
  • delete_document - Delete a document by ID
  • get_stats - Get instance statistics
  • get_index_stats - Get index-specific statistics
  • get_task - Check async task status
  • list_keys - List API keys
  • update_settings - Update index settings (ranking rules, searchable attributes, filters, etc.)

Install

npx meilisearch-mcp

Environment Variables

  • MEILISEARCH_URL - MeiliSearch server URL (default: http://localhost:7575)
  • MEILISEARCH_API_KEY - API key for authentication (if your instance requires it)

Claude Desktop setup

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "meilisearch": {
      "command": "npx",
      "args": ["-y", "meilisearch-mcp"],
      "env": {
        "MEILISEARCH_URL": "http://localhost:7575",
        "MEILISEARCH_API_KEY": "your-api-key"
      }
    }
  }
}

Example usage

Ask Claude:

  • "Search my products index for 'wireless headphones'"
  • "Show me all indexes in my MeiliSearch instance"
  • "Add these documents to my blog-posts index"
  • "How many documents are in my main index?"
  • "Update my index settings to use title as searchable attribute"

Requirements

  • A running MeiliSearch instance (v1.0+)
  • Optional: API key if your instance has authentication enabled

License

MIT

from github.com/mrfentmen/meilisearch-mcp

Установка Meilisearch

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mrfentmen/meilisearch-mcp

FAQ

Meilisearch MCP бесплатный?

Да, Meilisearch MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Meilisearch?

Да, требуются переменные окружения: MEILISEARCH_API_KEY, MEILISEARCH_URL. Unyly подставит их в конфиг при установке.

Meilisearch — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Meilisearch в Claude Desktop, Claude Code или Cursor?

Открой Meilisearch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Meilisearch with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai