Skip to content
Windsurf

woocommerce mcp for Windsurf

io.github.wppoland/woocommerce-mcp

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

client:Windsurf transport:stdio runtime:npm

Install woocommerce mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

woocommerce mcp in other clients