MCP Catalogs
Home

time vs imagesorcery-mcp

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

time
by modelcontextprotocol
imagesorcery-mcp
by sunriseapps
Stars★ 85,748★ 311
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsMediaDeveloper Tools
LanguageTypeScriptPython
Last committhis month8 mo ago

time · Summary

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

imagesorcery-mcp · Summary

ImageSorcery MCP provides powerful locally-run image processing tools for 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

imagesorcery-mcp · Use cases

  • Automatically categorize and organize images by content (e.g., find all pet photos in a folder)
  • Edit images by adding text, watermarks, or removing backgrounds without external software
  • Extract information from images using OCR and object detection for document processing

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

imagesorcery-mcp · Install

Installation

  1. **Install pipx (if not already installed):**

```bash # On macOS with Homebrew: brew install pipx

# On Ubuntu/Debian: sudo apt update && sudo apt install pipx ```

  1. **Install ImageSorcery MCP with pipx:**

``bash pipx install imagesorcery-mcp ``

  1. **Run the post-installation script:**

``bash imagesorcery-mcp --post-install ``

  1. **Configure in Claude Desktop:**

Add to your claude_desktop_config.json: ``json { "mcpServers": { "imagesorcery": { "command": "imagesorcery-mcp", "args": [] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.