general MCP Server
A Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx -n meilisearch-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"meilisearch-mcp": {
"command": "npx",
"args": [
"meilisearch-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
View current Meilisearch connection URL and API key status
Update URL and/or API key to connect to a different instance