Meilisearch Mcp

general MCP Server

A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.

Install Ready
generalgeneral
2 views192 stars36 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
192
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx -n meilisearch-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "meilisearch-mcp": {
      "command": "npx",
      "args": [
        "meilisearch-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

2
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (2)

get-connection-settings

View current Meilisearch connection URL and API key status

update-connection-settings

Update URL and/or API key to connect to a different instance