MCP Catalogs
Home

aura vs time

Side-by-side comparison to help you pick between these two MCP servers.

aura
by mezmo
time
by modelcontextprotocol
Stars★ 63★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

aura · Summary

A production-ready AI agent framework with MCP tool integration, RAG pipelines, and OpenAI-compatible API.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

aura · Use cases

  • Building multi-agent AI systems with specialized worker agents
  • Creating production-ready chat applications with MCP tool integration
  • Implementing RAG pipelines for knowledge-augmented AI assistants

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

aura · Install

Installation

  1. Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Clone and configure:
git clone https://github.com/mezmo/aura
cd aura
cp examples/reference.toml config.toml
  1. Set required environment variables:
export OPENAI_API_KEY="your-api-key"
  1. Build:
cargo build --release
  1. Run the web server:
cargo run --bin aura-web-server

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.