Meilisearch icon

Meilisearch

Createdcnosuke

Enables large language models to access Meilisearch's search capabilities via the Model Context Protocol.

About

This Go-based application wraps the Meilisearch search engine, enabling its use as a Model Context Protocol (MCP) server. LLMs like Claude can then leverage Meilisearch's powerful search functionality, facilitated by a lightweight and fast Go implementation adhering to the MCP protocol. Key functionalities include search, index management, and document operations.

Key Features

  • Lightweight MCP server implemented in Go
  • Supports search, index management, and document operations
  • MCP protocol compliance
  • Seamless integration with Meilisearch API

Use Cases

  • Integrating Meilisearch with LLMs like Claude
  • Providing LLMs with access to structured search capabilities
  • Enabling context-aware interactions between LLMs and indexed data
    Meilisearch MCP Server: LLM Search Integration