MCP Catalogs
Home

time vs woocommerce-mcp-server

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

time
by modelcontextprotocol
woocommerce-mcp-server
by techspawn
Stars★ 85,748★ 89
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
E-commerceDeveloper ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month6 mo ago

time · Summary

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

woocommerce-mcp-server · Summary

A comprehensive MCP server for WooCommerce integration with WordPress REST API, covering products, orders, customers, and store management.

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

woocommerce-mcp-server · Use cases

  • Automate WooCommerce store management through AI assistants
  • Create shopping experiences in AI applications connected to WooCommerce
  • Sync product information and orders between WooCommerce and other systems

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"]
    }
  }
}

woocommerce-mcp-server · Install

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

Add the server to your MCP settings file with environment variables:

{
  "mcpServers": {
    "woocommerce": {
      "command": "node",
      "args": ["path/to/build/index.js"],
      "env": {
        "WORDPRESS_SITE_URL": "https://your-wordpress-site.com",
        "WOOCOMMERCE_CONSUMER_KEY": "your-woocommerce-consumer-key",
        "WOOCOMMERCE_CONSUMER_SECRET": "your-woocommerce-consumer-secret",
        "WORDPRESS_USERNAME": "your-wordpress-username",
        "WORDPRESS_PASSWORD": "your-wordpress-password"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.