chatbot_Shopify vs time
Side-by-side comparison to help you pick between these two MCP servers.
chatbot_Shopify by Mobeen-Dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | E-commerceAI / LLM ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
chatbot_Shopify · Summary
Shopify chatbot with MCP integration that uses AI-powered conversations and agentic capabilities for seamless e-commerce experiences.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
chatbot_Shopify · Use cases
- Customer service automation for Shopify stores
- Intelligent product recommendations and discovery
- Shopping cart and checkout assistance
- Account management and order tracking
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
chatbot_Shopify · Install
Installation
- Clone the repository:
git clone https://github.com/Mobeen-Dev/chatbot_Shopify.git
cd chatbot_Shopify- Set up environment variables:
cp credentials/.env.example credentials/.env
# Edit credentials/.env with your API keys and configuration- Set up prerequisites:
python -m ETL.pipeline --chunk_products --upload_chunks --start_embedding_job- Start with Docker Compose:
docker-compose build
docker-compose upClaude Desktop Configuration
To use this MCP server with Claude Desktop, add the following to your Claude Desktop config.json:
{
"mcpServers": {
"shopify-chatbot": {
"command": "python",
"args": ["path/to/chatbot_Shopify/src/server.py"],
"env": {
"OPENAI_API_KEY": "your_openai_api_key",
"SHOPIFY_API_KEY": "your_shopify_api_key",
"SHOPIFY_API_SECRET": "your_shopify_secret",
"SHOPIFY_STORE_URL": "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"]
}
}
}