time vs pancake-pos-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | pancake-pos-mcp by nguyennguyenit | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | E-commerceDeveloper ToolsOps & Infra |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pancake-pos-mcp · Summary
MCP server for Pancake POS with 24 tools covering Vietnamese e-commerce 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
pancake-pos-mcp · Use cases
- Automate order processing, shipping, and status updates for Vietnamese e-commerce businesses
- Manage inventory and stocktaking across multiple warehouses
- Sync products and orders across multiple e-commerce platforms (Shopee, Lazada, TikTok)
- Track CRM activities and sales pipeline opportunities
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"]
}
}
}pancake-pos-mcp · Install
Installation
- Clone the repository:
git clone https://github.com/nguyennguyenit/pancake-pos-mcp.git
cd pancake-pos-mcp- Install dependencies:
bun install- Configure credentials:
cp .env.example .env
# Edit .env with your PANCAKE_POS_API_KEY and PANCAKE_POS_SHOP_ID- Run the server:
bun run src/index.ts- For Claude Desktop, add to
claude_desktop_config.json:
{
"mcpServers": {
"pancake-pos": {
"command": "bun",
"args": ["run", "/path/to/pancake-pos-mcp/src/index.ts"]
}
}
}