Skip to content
Cursor

woocommerce mcp for Cursor

io.github.wppoland/woocommerce-mcp

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

client:Cursor transport:stdio runtime:npm

Install woocommerce mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "woocommerce-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wppoland/woocommerce-mcp"
      ],
      "env": {
        "WP_URL": "<WP_URL>",
        "WC_CONSUMER_KEY": "<WC_CONSUMER_KEY>",
        "WC_CONSUMER_SECRET": "<WC_CONSUMER_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

woocommerce mcp in other clients