Back to directory
mcp-woocommerce-thoy

mcp-woocommerce-thoy

@thoy-le-duc0

A Model Context Protocol (MCP) server for WooCommerce integration, enabling management of products, orders, customers, shipping, taxes, and more through JSON-RPC 2.0.

woocommercewordpressecommercemcp-serverjson-rpccommerce

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
2025/4/23
Updated
2025/5/1