The Meilisearch MCP server provides a fast, typo-tolerant search engine API. It exposes search, index, and document management tools. It connects to Meilisearch's open-source search engine. Developers use it to add hybrid search to applications, handling large datasets with low latency.
The Meilisearch MCP server provides a fast, typo-tolerant search engine API. It exposes search, index, and document management tools. It connects to Meilisearch's open-source search engine. Developers use it to add hybrid search to applications, handling large datasets with low latency.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch-meilisearch-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-meilisearch-meilisearch-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from meilisearch?"
API Key Required
This server requires an API key from meilisearch. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MEILISEARCH_API_KEY | Yes | Your meilisearch API key |
"What resources are available in meilisearch?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in meilisearch"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in meilisearch with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.