Meilisearch MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEILI_HTTP_ADDR | No | Default Meilisearch URL | http://localhost:7700 |
| MEILI_MASTER_KEY | No | Optional: Default Meilisearch API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-connection-settingsB | Get current Meilisearch connection settings |
| update-connection-settingsC | Update Meilisearch connection settings |
| health-checkB | Check Meilisearch server health |
| get-versionB | Get Meilisearch version information |
| get-statsC | Get database statistics |
| create-indexC | Create a new Meilisearch index |
| list-indexesB | List all Meilisearch indexes |
| delete-indexC | Delete a Meilisearch index |
| get-documentsC | Get documents from an index |
| add-documentsC | Add documents to an index |
| get-settingsC | Get current settings for an index |
| update-settingsC | Update settings for an index |
| searchB | Search through Meilisearch indices. If indexUid is not provided, it will search across all indices. |
| get-taskC | Get information about a specific task |
| get-tasksC | Get list of tasks with optional filters |
| cancel-tasksC | Cancel tasks based on filters |
| get-keysC | Get list of API keys |
| create-keyC | Create a new API key |
| delete-keyC | Delete an API key |
| get-health-statusB | Get comprehensive health status of Meilisearch |
| get-index-metricsC | Get detailed metrics for an index |
| get-system-infoC | Get system-level information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meilisearch/meilisearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server