Installation & Configuration
{
"mcpServers": {
"meilisearch": {
"command": "node",
"args": [
"/path/to/meilisearch-ts-mcp/dist/index.js"
],
"env": {
"MEILISEARCH_HOST": "http://localhost:7700",
"MEILISEARCH_API_KEY": "your-api-key"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15