Skip to content
Grok

woocommerce mcp for Grok

io.github.wppoland/woocommerce-mcp

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

client:Grok transport:stdio runtime:npm

Install woocommerce mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

woocommerce mcp in other clients