MCP Catalogs
Home

time vs osaurus

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

time
by modelcontextprotocol
osaurus
by osaurus-ai
Stars★ 85,748★ 5,287
30d uses
Score7759
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptSwift
Last committhis monththis month

time · Summary

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

osaurus · Summary

A native macOS AI harness with MCP server support for local/cloud models, agents, and tools.

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

osaurus · Use cases

  • Personal AI assistant with persistent memory across sessions
  • Development workflow automation with code execution in sandboxed environment
  • Integration of MCP tools from various providers (GitHub, Notion, Vercel, etc.) into AI workflows

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"]
    }
  }
}

osaurus · Install

Install via Homebrew:

brew install --cask osaurus

Or download the latest .dmg from [Releases](https://github.com/osaurus-ai/osaurus/releases/latest).

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "osaurus": {
      "command": "osaurus",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.