McpMux
Back to Registry

Meilisearch (uvx) MCP Server

Community

Contributed by Meilisearch

Interact with Meilisearch search engine instances. Manage indexes, documents, and settings; run searches with filtering and sorting; administer API keys and monitor tasks, health, and stats.

About the Meilisearch (uvx) MCP Server

The Meilisearch (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with Meilisearch search engine instances. Manage indexes, documents, and settings; run searches with filtering and sorting; administer API keys and monitor tasks, health, and stats. This is a community-contributed MCP server by Meilisearch.

Install the Meilisearch (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "meilisearch-mcp"
  ],
  "env": {
    "MEILI_HTTP_ADDR": "${input:MEILI_HTTP_ADDR}",
    "MEILI_MASTER_KEY": "${input:MEILI_MASTER_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MEILI_HTTP_ADDR",
        "label": "Meilisearch URL",
        "description": "The HTTP address of your Meilisearch instance, including scheme and port.",
        "type": "url",
        "required": true,
        "secret": false,
        "default": "http://localhost:7700",
        "placeholder": "https://your-instance.meilisearch.io"
      },
      {
        "id": "MEILI_MASTER_KEY",
        "label": "Master Key",
        "description": "Master key or API key for authenticating with your Meilisearch instance. Required for Meilisearch Cloud and any instance started with a master key.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://cloud.meilisearch.com",
          "instructions": "Meilisearch Cloud:\n1. Open https://cloud.meilisearch.com and select your project\n2. Go to Settings > API keys\n3. Copy the Master key (or a key with the scopes you need)\n\nSelf-hosted:\nUse the value passed to --master-key (or the MEILI_MASTER_KEY env var) when you started the meilisearch binary.",
          "button_label": "Open Meilisearch Cloud"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

meilisearchsearchsearch-enginefull-text-searchindexingdatabase

Supported AI Clients

The Meilisearch (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Meilisearch (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.