hayhooks vs time
Side-by-side comparison to help you pick between these two MCP servers.
hayhooks by deepset-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 141 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
hayhooks · Summary
Hayhooks deploys Haystack pipelines as REST APIs and MCP tools for AI environments.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hayhooks · Use cases
- Deploying Haystack agents as MCP tools in AI development environments
- Creating REST APIs from Haystack pipelines with minimal boilerplate
- Building chat interfaces for document processing with RAG systems
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
hayhooks · Install
# Install Hayhooks
pip install hayhooks
# Start Hayhooks
hayhooks run
# Deploy a pipeline
hayhooks pipeline deploy-files -n my_agent ./my_agent_dirFor Claude Desktop integration, add to Claude Desktop config:
{
"mcpServers": {
"hayhooks": {
"command": "python",
"args": ["-m", "hayhooks", "run"],
"env": {}
}
}
}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"]
}
}
}