In-depth architectural comparison of the Woocommerce MCP and Swissgroceries 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 MCP
E-Commerce · Local stdio
Quality: 63/100 (Good) | Auth: API Key required
Swissgroceries MCP
E-Commerce · Local stdio
Quality: 61/100 (Good) | Auth: No auth required
Verdict Summary: Choose Woocommerce MCP if you need specialized E-Commerce tools running via a local process. Choose Swissgroceries 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?
Choose Woocommerce MCP when:
You need dedicated capabilities in the E-Commerce domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Free / Open Source).
You have access to required keys: WP_URL, WC_CONSUMER_KEY, WC_CONSUMER_SECRET.
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.
Swiss grocery search, weekly promotions, and multi-store shopping plans across Migros, Coop, Aldi, Denner, Lidl, Farmy, Volg, and Otto's. Cross-chain unit-price comparison and three planning strategies (singlestore / splitcart / absolutecheapest). Install via npx -y @nicktcode/swissgroceries-mcp.
Tools & Capabilities Breakdown
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)
search_posts
Search published blog posts (public WP REST API)
Swissgroceries MCP Tools (7)
find_stores
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 MCP is categorized under E-Commerce and uses a local stdio subprocess. In contrast, Swissgroceries MCP belongs to E-Commerce using local stdio subprocess. Select Woocommerce MCP when you need capabilities focused on e-commerce and Swissgroceries MCP when you require tools for e-commerce.