Back to directory
cnosuke/mcp-meilisearch

cnosuke/mcp-meilisearch

@cnosuke

Go-based MCP server wrapper for Meilisearch, enabling LLMs like Claude to access powerful search capabilities via Model Context Protocol

meilisearchsearchmcpgollmdatabasecontext

Installation & Configuration

{
  "mcpServers": {
    "sqlite": {
      "command": "./bin/mcp-meilisearch",
      "args": [
        "server",
        "--no-logs",
        "--log",
        "path_to_log_file"
      ],
      "env": {
        "MEILISEARCH_HOST": "http://localhost:7700",
        "MEILISEARCH_API_KEY": "api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/14
Updated
2026/6/15