MCP server
Meilisearch MCP
Operates a Meilisearch instance, not just its search endpoint.
Add it to your client
OfficialInstall
uvx -n meilisearch-mcp
mcpServers
{
"mcpServers": {
"meilisearch-mcp": {
"command": "uvx",
"args": [
"-n",
"meilisearch-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Python
- Auth
- Required
- License
- MIT
- Stars
- 194
Tools
searchcreate-indexadd-documentsget-settingsupdate-settingsget-stats
Meilisearch's own server covers the administrative surface as well as querying: indexes are created and dropped, documents added, settings and API keys managed, tasks inspected and cancelled. Health, version and stats tools make it practical for checking on an instance that is already running. It targets a host address with an optional master key, so a self-hosted node and Meilisearch Cloud connect the same way. Distributed on PyPI and as a Docker image.
Similar MCP servers
Zendesk MCP Server
MCP serverCommunity server that lets an assistant read Zendesk tickets and post comments.
Messaging & CommunicationsCRM & Sales
Hass-MCP
MCP serverCommunity Home Assistant server that also edits dashboards.
Developer Tools
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment