mcpbeat Sign in

Woocommerce MCP Server

local only

Woocommerce MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 17 · avg 7 · +61% w/w
a month agotoday
46
Installs / week
npm · @wppoland/woocommerce-mcp
2
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Woocommerce MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add woocommerce-mcp -- npx -y @wppoland/woocommerce-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "woocommerce-mcp": {
      "args": [
        "-y",
        "@wppoland/woocommerce-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.woocommerce-mcp]
command = "npx"
args = ["-y", "@wppoland/woocommerce-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "woocommerce-mcp": {
      "args": [
        "-y",
        "@wppoland/woocommerce-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "woocommerce-mcp": {
      "args": [
        "-y",
        "@wppoland/woocommerce-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WP_URL (Base URL of the WordPress / WooCommerce store (HTTPS)), WC_CONSUMER_KEY (WooCommerce REST API consumer key (Read permission)), WC_CONSUMER_SECRET (WooCommerce REST API consumer secret (Read permission)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Woocommerce MCP

same job, measured the same way
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
MCP Cn Commerce
by tonywang-hub

Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads

161 installs/wk local only
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

91 installs/wk local only
Kalicart Global
by giuseppesocci-bot

Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

5 tools answering
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
WPWriter — WordPress AI Content & SEO
by wpwriter

WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site

answering
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

26 installs/wk local only

Woocommerce MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Woocommerce MCP?
Woocommerce MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wppoland/woocommerce-mcp was installed 46 times last week.
How do I connect Woocommerce MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wppoland/woocommerce-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Woocommerce MCP?
The npm package @wppoland/woocommerce-mcp was installed 46 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Woocommerce MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.