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 | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | E-commerceDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this 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
- Install Node.js (version 18 or higher)
- 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"
]
}
}
}- For Claude Code:
claude mcp add shopify -- npx shopify-mcp \
--clientId YOUR_CLIENT_ID \
--clientSecret YOUR_CLIENT_SECRET \
--domain your-store.myshopify.comtime · 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"]
}
}
}