Meilisearch
JSON →Interact & query with Meilisearch (Full-text & semantic search API)
Install
npx @modelcontextprotocol/inspector Tools · 23
- get-connection-settings View current Meilisearch connection URL and API key status
- update-connection-settings Update URL and/or API key to connect to a different instance
- create-index Create a new index with optional primary key
- list-indexes List all available indexes
- delete-index Delete an existing index and all its documents
- get-index-metrics Get detailed metrics for a specific index
- get-documents Retrieve documents from an index with pagination
- add-documents Add or update documents in an index
- search Flexible search across single or multiple indices with filtering and sorting options
- get-settings View current settings for an index
- update-settings Update index settings (ranking, faceting, etc.)
- get-keys List all API keys
- create-key Create new API key with specific permissions
- delete-key Delete an existing API key
- get-task Get information about a specific task
- get-tasks List tasks with optional filters
- cancel-tasks Cancel pending or enqueued tasks
- delete-tasks Delete completed tasks
- health-check Basic health check
- get-health-status Comprehensive health status
- get-version Get Meilisearch version information
- get-stats Get database statistics
- get-system-info Get system-level information
Environment variables
MEILI_MASTER_KEY
Links
★ 188 GitHub stars