In-depth architectural comparison of the Woocommerce and Woocommerce MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Woocommerce
E-Commerce · Local stdio
Quality: 44/100 (Fair) | Auth: No auth required
Woocommerce MCP
E-Commerce · Local stdio
Quality: 63/100 (Good) | Auth: API Key required
Verdict Summary: Choose Woocommerce if you need specialized E-Commerce tools running via a local process. Choose Woocommerce MCP if your workspace requires E-Commerce integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
W
Choose Woocommerce when:
You need dedicated capabilities in the E-Commerce domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
List products from a WooCommerce store using Basic auth (consumer key + secret). Returns product IDs, names, prices, stock status, and type. Supports per_page (max 100) and page for pagination.
woo_get_product
Fetch a single WooCommerce product by numeric ID. Returns full details including name, description, price, categories, attributes, and stock quantity.
woo_list_orders
List WooCommerce orders, optionally filtered by status (pending, processing, on-hold, completed, cancelled, refunded, failed). Returns order IDs, totals, customer info, and line items.
woo_get_order
Fetch a single WooCommerce order by numeric ID. Returns full order details including line items, customer billing/shipping, payment method, totals, and current status.
woo_list_customers
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Woocommerce is categorized under E-Commerce and uses a local stdio subprocess. In contrast, Woocommerce MCP belongs to E-Commerce using local stdio subprocess. Select Woocommerce when you need capabilities focused on e-commerce and Woocommerce MCP when you require tools for e-commerce.
List customers registered in a WooCommerce store. Returns customer IDs, names, emails, and order counts. Supports per_page (max 100) and page for pagination.
Woocommerce MCP Tools (5)
list_products
List / search products (name, sku, price, stock, permalink)
get_product
Full details for one product by id
list_orders
Recent orders, newest first, optional status filter
sales_report
Sales totals for a period (week / month / last_month / year)
WooCommerce MCP Pack — wraps the WooCommerce REST API v3
Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/lastmonth/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: git clone + npm run build.