
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
meilisearch-mcp
Advanced tools
MCP server for MeiliSearch. Search indexes, manage documents, check health and stats.
An MCP server for MeiliSearch, the fast and typo-tolerant search engine.
Search through MeiliSearch indexes, manage documents, create/delete indexes, check health and stats, and manage API keys. Perfect for AI agents that need to search through your data.
check_health - Check if the MeiliSearch server is runninglist_indexes - List all indexesget_index - Get index detailscreate_index - Create a new indexdelete_index - Delete an indexsearch_index - Search documents in an indexget_documents - List documents in an indexget_document - Get a single document by IDadd_documents - Add documents to an indexdelete_document - Delete a document by IDget_stats - Get instance statisticsget_index_stats - Get index-specific statisticsget_task - Check async task statuslist_keys - List API keysupdate_settings - Update index settings (ranking rules, searchable attributes, filters, etc.)npx meilisearch-mcp
MEILISEARCH_URL - MeiliSearch server URL (default: http://localhost:7575)MEILISEARCH_API_KEY - API key for authentication (if your instance requires it)Add this to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch": {
"command": "npx",
"args": ["-y", "meilisearch-mcp"],
"env": {
"MEILISEARCH_URL": "http://localhost:7575",
"MEILISEARCH_API_KEY": "your-api-key"
}
}
}
}
Ask Claude:
MIT
FAQs
MCP server for MeiliSearch. Search indexes, manage documents, check health and stats.
The npm package meilisearch-mcp receives a total of 151 weekly downloads. As such, meilisearch-mcp popularity was classified as not popular.
We found that meilisearch-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.