MCP Catalogs
Home

shopify-mcp vs time

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

shopify-mcp
by GeLi2001
time
by modelcontextprotocol
Stars★ 209★ 85,748
30d uses
Score5177
Official
Categories
E-commerceDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

shopify-mcp · Summary

Shopify MCP server with comprehensive tools for managing products, customers, orders and more through GraphQL API.

time · Summary

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

shopify-mcp · Use cases

  • E-commerce store owners managing products and inventory through AI assistants
  • Customer support teams retrieving order information and processing returns
  • Developers building automated workflows for Shopify store operations

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

shopify-mcp · Install

Installation

  1. Install Node.js (version 18 or higher)
  2. For Claude Desktop, add to your config file:
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "shopify-mcp",
        "--clientId",
        "<YOUR_CLIENT_ID>",
        "--clientSecret",
        "<YOUR_CLIENT_SECRET>",
        "--domain",
        "<YOUR_SHOP>.myshopify.com"
      ]
    }
  }
}
  1. For Claude Code:
claude mcp add shopify -- npx shopify-mcp \
  --clientId YOUR_CLIENT_ID \
  --clientSecret YOUR_CLIENT_SECRET \
  --domain your-store.myshopify.com

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.