MCP Server
MCP
io.github.mrfentmen/meilisearch-mcp
Search indexes, manage documents, check health and stats.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "meilisearch-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MeiliSearch server URL (default: http://localhost:7575)",
"format": "string",
"name": "MEILISEARCH_URL"
},
{
"description": "MeiliSearch API key for authentication",
"format": "string",
"isSecret": true,
"name": "MEILISEARCH_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment