MCP Catalogs
Home

time vs vesta-mac-dist

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

time
by modelcontextprotocol
vesta-mac-dist
by scouzi1966
Stars★ 85,748★ 80
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScript
Last committhis monththis month

time · Summary

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

vesta-mac-dist · Summary

Vesta is a multi-backend AI chat app for macOS with full MCP server integration for programmatic control.

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

vesta-mac-dist · Use cases

  • AI assistant programming with Claude Code integration
  • Batch processing and automation of AI tasks
  • Multi-model research and comparison

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

vesta-mac-dist · Install

Installation

Homebrew (Recommended)

brew tap scouzi1966/afm
brew install --cask scouzi1966/afm/vesta-mac

Direct Download

Download the latest DMG from the [releases page](https://github.com/scouzi1966/vesta-mac-dist/releases)

Claude Desktop Integration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "vesta": {
      "command": "nc",
      "args": ["localhost", "1337"],
      "env": {"VESTA_MCP_TOKEN": "your_token_here"}
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.