$ timeahead.in
/ servers/pypi/meilisearch-mcp
pypi

meilisearch-mcp

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

192 stars12k/wkupdated 7d agogithub ↗
89good
▣ Overview

What it does

The Meilisearch MCP Server enables LLMs to interact with Meilisearch search instances through natural conversation. It handles index creation and management, document operations, search queries with filtering and sorting, configuration of search settings, task monitoring, and API key management. The server uses stdio transport to communicate with any MCP-compatible client, allowing AI assistants to manage search infrastructure without requiring direct API knowledge.

Who it's for

Backend engineers and AI developers building systems where language models need to perform structured searches or manage search indices. Teams developing AI assistants that query multiple data sources, content management platforms integrating search with AI workflows, and developers prototyping knowledge retrieval systems that benefit from natural-language control over Meilisearch infrastructure.

Common use cases

  • Create and manage search indices through natural language conversation
  • Add and update documents in indices and search across them with filters
  • Execute multi-index searches and sort results by relevance or custom fields
  • Fine-tune search performance and relevancy settings without API calls
  • Integrate Meilisearch into n8n workflows or other AI automation platforms

Setup pitfalls

  • Requires a running Meilisearch instance (start with Docker or Homebrew separately before connecting)
  • Must set environment variables MEILI_HTTP_ADDR and MEILI_MASTER_KEY before starting the server
  • Requires Python 3.9 or later
  • For containerized deployments, environment variables must be properly configured or the server cannot reach the Meilisearch instance
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
72
14.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
89.4
⚿ Capabilities & Risk Explainer
fs readexecsecrets
◆ Risk level: medium
fs read + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "meilisearch": {
      "command": "uvx",
      "args": [
        "meilisearch-mcp"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
5/10/20266/13/2026 · 32 snapshots
⚙ Maintenance health
34/ 100 · is this project alive?
contributors (1y)4
top contributor share76%
releases (1y)0
ci✓ passing
⛁ Raw data
weekly downloads12k
github stars192
forks36
open issues7
license✓ present
readme length16672 chars
last publish0d ago
last commit7d ago
last updated6h ago
install verified✓ pass · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points