Back to Apps

Meilisearch Hybrid Search MCP
by miiton
Enables hybrid search capabilities for Meilisearch, combining keyword-based and semantic vector search for superior retrieval.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects an AI to a Meilisearch instance to perform advanced hybrid searches. It balances traditional keyword matching with semantic vector search, allowing the AI to find documents based on both exact terms and conceptual meaning.
Tools
hybrid_search: Performs a hybrid search on the configured Meilisearch index using keywords and an optional semantic ratio to balance retrieval methods.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch-hybrid-search": {
"command": "/path/to/meilisearch-hybrid-search-mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build -o meilisearch-hybrid-search-mcp . && ./meilisearch-hybrid-search-mcpInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"meilisearch-hybrid-search": {
"command": "/path/to/meilisearch-hybrid-search-mcp"
}
}
}





