hermes-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
hermes-mcp by cloudwalk | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 368 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | Elixir | TypeScript |
| Last commit | this month | this month |
hermes-mcp · Summary
A high-performance Elixir SDK providing complete MCP client and server implementations with Elixir's concurrency and fault tolerance.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hermes-mcp · Use cases
- Building MCP servers for Elixir/Phoenix applications
- Creating MCP clients to connect to external services
- Implementing high-performance AI tool integrations with Elixir
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
hermes-mcp · Install
Installation
Add hermes_mcp to your dependencies in mix.exs:
def deps do
[
{:hermes_mcp, "~> 0.14.1"}
]
endFor Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hermes-elixir": {
"command": "elixir",
"args": ["--no-halt", "path/to/your/server.exs"]
}
}
}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"]
}
}
}