Meilisearch
Created 6 months ago
Connect any LLM to Meilisearch and supercharge your AI with lightning-fast search capabilities!
development
location
documentation
public
AI
search
What is Meilisearch?
Interact & query with Meilisearch (Full-text & semantic search API)
Documentation
Full Documentation# Available Tools
Connection Management
get-connection-settings: View current Meilisearch connection URL and API key statusupdate-connection-settings: Update URL and/or API key to connect to a different instance
Index Management
create-index: Create a new index with optional primary keylist-indexes: List all available indexesdelete-index: Delete an existing index and all its documentsget-index-metrics: Get detailed metrics for a specific index
Document Operations
get-documents: Retrieve documents from an index with paginationadd-documents: Add or update documents in an index
Search
search: Flexible search across single or multiple indices with filtering and sorting options
Settings Management
get-settings: View current settings for an indexupdate-settings: Update index settings (ranking, faceting, etc.)
API Key Management
get-keys: List all API keyscreate-key: Create new API key with specific permissionsdelete-key: Delete an existing API key
Task Management
get-task: Get information about a specific taskget-tasks: List tasks with optional filterscancel-tasks: Cancel pending or enqueued tasksdelete-tasks: Delete completed tasks
System Monitoring
health-check: Basic health checkget-health-status: Comprehensive health statusget-version: Get Meilisearch version informationget-stats: Get database statisticsget-system-info: Get system-level information
Server Config
{
"mcpServers": {
"meilisearch-server": {
"command": "npx",
"args": [
"meilisearch"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Meilisearch Team
Category:
official
License:
MIT License
Tags:
development
location
documentation