Skip to content
Zed

woocommerce mcp for Zed

io.github.wppoland/woocommerce-mcp

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

client:Zed transport:stdio runtime:npm

Install woocommerce mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

woocommerce mcp in other clients