meilisearch-mcp
89
The Meilisearch MCP Server is a Model Context Protocol server designed to enable interaction with Meilisearch through interfaces like Claude. It supports management and configuration of indices, document operations, and search functionalities, among other features.
What is the minimum Python version required to run the Meilisearch MCP Server?
The minimum Python version required is 3.9.
Can I use the Meilisearch MCP Server with a browser-based application?
Yes, there is a Typescript integration available for browser-based applications.
How can I update the connection settings for a different Meilisearch instance?
You can use the 'update-connection-settings' tool to change the URL and/or API key to connect to a different Meilisearch instance.
What are the available search parameters?
Available search parameters include 'query', 'indexUid', 'limit', 'offset', 'filter', and 'sort'.
How do I run the Meilisearch MCP Server?
You can run the server using the command 'python -m src.meilisearch_mcp'.