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 | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | E-commerceDeveloper ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 6 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
- Clone the repository
- Install dependencies:
npm install- Build the project:
npm run buildConfiguration
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"
}
}
}
}