meilisearch-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
meilisearch-mcp by meilisearch | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 186 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | SearchAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 4 mo ago | this month |
meilisearch-mcp · Summary
Meilisearch MCP server enables LLMs to interact with Meilisearch search engine through natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
meilisearch-mcp · Use cases
- Enabling AI assistants to search and manage product catalogs through natural conversation
- Allowing developers to interact with Meilisearch without learning the API directly
- Integrating Meilisearch search capabilities into AI-powered applications
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
meilisearch-mcp · Install
Installation
Using pip
pip install meilisearch-mcpUsing uvx (recommended)
uvx -n meilisearch-mcpConfiguration for Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"meilisearch": {
"command": "uvx",
"args": ["-n", "meilisearch-mcp"]
}
}
}Using Docker
docker pull getmeili/meilisearch-mcp:latest
docker run -it \
-e MEILI_HTTP_ADDR=http://your-meilisearch:7700 \
-e MEILI_MASTER_KEY=your-master-key \
getmeili/meilisearch-mcp:latesttime · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}