qdrant-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
qdrant-mcp-server by mhalder | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 32 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | SearchAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
qdrant-mcp-server · Summary
MCP server for semantic search using Qdrant vector database with multiple embedding providers.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
qdrant-mcp-server · Use cases
- Semantic code search in large codebases with AST-aware chunking
- Git history search to find past changes, fixes, and patterns
- Building knowledge bases and RAG applications with local vector storage
- Cross-repository federated search with Reciprocal Rank Fusion
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
qdrant-mcp-server · Install
Installation
Prerequisites
- Node.js 22.x or 24.x
- Podman or Docker with Compose support
Steps
# Clone and install
git clone https://github.com/mhalder/qdrant-mcp-server.git
cd qdrant-mcp-server
npm install
# Start services
podman compose up -d # Using Podman
docker compose up -d # Using Docker
# Pull the embedding model
podman exec ollama ollama pull nomic-embed-text
# Build
npm run buildClaude Desktop Configuration
Add to ~/.claude.json:
{
"mcpServers": {
"qdrant": {
"type": "stdio",
"command": "node",
"args": ["/path/to/qdrant-mcp-server/build/index.js"]
}
}
}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"]
}
}
}