A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Is it safe?
No known CVEs for meilisearch-mcp.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 83 days ago. 183 GitHub stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
24 tools. Estimated ~1,000 tokens of your context window (0.5% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, Python version mismatch, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"meilisearch": {
"args": [
"-n",
"meilisearch-mcp"
],
"command": "uvx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx meilisearch-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
connect_to_meilisearchEstablish connection to a Meilisearch instance
get_current_connectionView active connection details
update_api_keyUpdate the API key for current connection
create_indexCreate a new index with optional primary key
list_indicesList all indices with statistics
delete_indexDelete an index
get_index_statsGet detailed statistics for an index
add_documentsAdd or update documents in an index
get_documentsRetrieve documents with pagination
delete_documentsRemove specific documents
search_assistantGuidance for performing searches effectively
index_managementBest practices for creating and managing indices
troubleshootingTips for resolving common issues
Last scanned 4h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.