Skip to content
Cline

woocommerce mcp for Cline

io.github.wppoland/woocommerce-mcp

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

client:Cline transport:stdio runtime:npm

Install woocommerce mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

woocommerce mcp in other clients