Back to directory
thoy-le-duc/mcp-woocommerce-thoy

thoy-le-duc/mcp-woocommerce-thoy

@thoy-le-duc

A Model Context Protocol (MCP) server for WooCommerce integration, compatible with Windows, macOS, and Linux.

woocommercewordpressecommercerest-apimcp-servercommerce

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13