meilisearch-mcp
Provides tools for searching MeiliSearch indexes, managing documents, creating and deleting indexes, checking health and statistics, and managing API keys.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meilisearch-mcpSearch my products index for wireless headphones"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MeiliSearch MCP
An MCP server for MeiliSearch, the fast and typo-tolerant search engine.
What it does
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.
Related MCP server: Typesense MCP Server
Tools
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.)
Install
npx meilisearch-mcpEnvironment Variables
MEILISEARCH_URL- MeiliSearch server URL (default:http://localhost:7575)MEILISEARCH_API_KEY- API key for authentication (if your instance requires it)
Claude Desktop setup
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"
}
}
}
}Example usage
Ask Claude:
"Search my products index for 'wireless headphones'"
"Show me all indexes in my MeiliSearch instance"
"Add these documents to my blog-posts index"
"How many documents are in my main index?"
"Update my index settings to use title as searchable attribute"
Requirements
A running MeiliSearch instance (v1.0+)
Optional: API key if your instance has authentication enabled
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server for connecting agentic systems to search systems via searXNG.Last updated421127MIT
- Alicense-qualityDmaintenanceAn MCP server implementation that enables AI models to discover, search, and analyze data stored in Typesense collections through tools for querying documents, retrieving specific items, and accessing collection statistics.Last updated4919MIT
- Flicense-qualityDmaintenanceAn MCP server that allows agents to interact with Meilisearch, a powerful open-source search engine, through its API using natural language.Last updated

HawkeyeAIBridgeofficial
Flicense-qualityAmaintenanceMCP server for fast local code & content search powered by Hawkeye. Enables AI assistants to search indexed codebases & assets with natural language queries.Last updated2
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/meilisearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server