Meilisearch (uvx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Supported AI Clients
The Meilisearch (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (Docker)
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
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.