HomeMarketing & E-Commerce › woocommerce-mcp

woocommerce-mcp

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-09-10 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @wppoland/woocommerce-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "woocommerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wppoland/woocommerce-mcp@0.1.1"
      ],
      "env": {
        "WP_URL": "<YOUR_VALUE>",
        "WC_CONSUMER_KEY": "<YOUR_VALUE>",
        "WC_CONSUMER_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • WP_URL required — Base URL of the WordPress / WooCommerce store (HTTPS)
  • WC_CONSUMER_KEY secret — WooCommerce REST API consumer key (Read permission)
  • WC_CONSUMER_SECRET secret — WooCommerce REST API consumer secret (Read permission)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry