mcp-meilisearch

mcp-meilisearch

3.2

If you are the rightful owner of mcp-meilisearch and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Go-based wrapper for Meilisearch search engine that functions as a Model Context Protocol (MCP) server.

The Meilisearch MCP Server is a Go application that enables the Meilisearch search engine to be used as a Model Context Protocol (MCP) server. This allows large language models (LLMs) like Claude to leverage Meilisearch's robust search capabilities. The server is lightweight and fast, providing seamless integration with the Meilisearch API and compliance with the MCP protocol. It supports key features such as search, index management, and document operations, making it a versatile tool for developers looking to enhance their search functionalities.

Features

  • Lightweight and fast MCP server implemented in Go
  • Seamless integration with Meilisearch API
  • Interface compliant with the MCP protocol
  • Support for key features including search, index management, and document operations

Tools

  1. health_check

    Check the status of the Meilisearch server.

  2. list_indexes

    Retrieve a list of all indexes.

  3. create_index

    Create a new index.

  4. get_documents

    Retrieve documents from an index.

  5. add_documents

    Add documents to an index.

  6. search

    Search for documents in an index.