MCP Catalogs
Home

photoshop-mcp vs time

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

photoshop-mcp
by alisaitteke
time
by modelcontextprotocol
Stars★ 44★ 85,748
30d uses
Score4577
Official
Categories
MediaProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

photoshop-mcp · Summary

Photoshop MCP server enables AI assistants to control Adobe Photoshop with 50+ tools for design automation.

time · Summary

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

photoshop-mcp · Use cases

  • Automating repetitive design tasks and batch processing of images
  • Creating complex designs through natural language prompts
  • Enhancing photos with AI-powered editing workflows
  • Integrating Photoshop into AI-powered design systems

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

photoshop-mcp · Install

Using NPX (Recommended)

No installation required! Just configure your MCP client:

npx @alisaitteke/photoshop-mcp

From Source

git clone https://github.com/alisaitteke/photoshop-mcp.git
cd photoshop-mcp
npm install
npm run build

Configuration for Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "photoshop": {
      "command": "npx",
      "args": ["-y", "@alisaitteke/photoshop-mcp"],
      "env": {
        "LOG_LEVEL": "1"
      }
    }
  }
}

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.