mcp-elasticsearch vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-elasticsearch by AeaZer | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 9 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | DatabaseSearchDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 10 mo ago | this month |
mcp-elasticsearch · Summary
A fully-featured Elasticsearch MCP server with comprehensive search capabilities and multiple deployment options.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-elasticsearch · Use cases
- Enabling LLM assistants to query and interact with Elasticsearch data stores
- Automating data management workflows through AI tool calling
- Providing search capabilities to AI applications without requiring direct API access
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
mcp-elasticsearch · Install
Installation
Using Docker (Recommended)
docker run -d -p 8080:8080 \
-e MCP_PROTOCOL=http \
-e ES_ADDRESSES=http://your-elasticsearch:9200 \
ghcr.io/aeazer/mcp-elasticsearch:latestFrom Source
go install github.com/AeaZer/mcp-elasticsearch@latestClaude Desktop Configuration
Add to ~/.config/claude/config.json:
{
"mcpServers": {
"elasticsearch": {
"command": "mcp-elasticsearch",
"env": {
"ES_ADDRESSES": "http://localhost:9200",
"ES_VERSION": "8"
}
}
}
}time · 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"]
}
}
}