Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ›’ E-Commerce
  3. WooCommerce MCP Server
WooCommerce MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 11:16:38 AM

WooCommerce MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

82 MCP tools for WooCommerce β€” products, orders, customers, coupons, shipping, taxes, and more.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "woocommerce-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@amitgurbani/mcp-server-woocommerce"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ›’ More in E-Commerce

Documentation Overview

mcp-server-woocommerce

CI npm License: MIT Node

MCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.

Quick Start

1. Get WooCommerce API keys

In your WordPress admin: WooCommerce > Settings > Advanced > REST API > Add key with Read/Write permissions.

2. Add to your AI tool

No install needed β€” runs directly via npx:

Claude Code

Add to your project's .mcp.json:

config.json
{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": ["-y", "@amitgurbani/mcp-server-woocommerce"],
      "env": {
        "WORDPRESS_SITE_URL": "https://store.example.com",
        "WOOCOMMERCE_CONSUMER_KEY": "ck_your_key",
        "WOOCOMMERCE_CONSUMER_SECRET": "cs_your_secret"
      }
    }
  }
}
Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

config.json
{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": ["-y", "@amitgurbani/mcp-server-woocommerce"],
      "env": {
        "WORDPRESS_SITE_URL": "https://store.example.com",
        "WOOCOMMERCE_CONSUMER_KEY": "ck_your_key",
        "WOOCOMMERCE_CONSUMER_SECRET": "cs_your_secret"
      }
    }
  }
}
Cursor

Install in Cursor (one-click) or add to .cursor/mcp.json in your project root:

config.json
{
  "mcpServers": {
    "woocommerce": {
      "command": "npx",
      "args": ["-y", "@amitgurbani/mcp-server-woocommerce"],
      "env": {
        "WORDPRESS_SITE_URL": "https://store.example.com",
        "WOOCOMMERCE_CONSUMER_KEY": "ck_your_key",
        "WOOCOMMERCE_CONSUMER_SECRET": "cs_your_secret"
      }
    }
  }
}

4. Start using it β€” ask your AI assistant things like:

"List all products that are out of stock" "Create a 10% off coupon for orders over $50" "Show me this week's sales report"

Features

  • Full store management β€” CRUD operations for products, categories, tags, brands, orders, customers, and coupons
  • Product taxonomy β€” attributes, attribute terms, and variations with batch support
  • Shipping β€” zones, zone methods, and shipping classes
  • Taxes β€” tax rates and tax classes
  • Webhooks β€” create, manage, and monitor webhook subscriptions
  • Settings β€” read and update store configuration
  • Reports β€” sales reports, top sellers, order/product/customer totals
  • Media management β€” list, delete, and cleanup orphaned media via WordPress REST API
  • Token optimization β€” all tools support a fields param to return only specific fields, reducing response size by 60-97%
  • MCP resources β€” schema references for products, orders, coupons, refunds, and payment gateways that agents can read for context
  • Guided prompts β€” multi-step workflows for variable product setup, order processing, and catalog overview
  • Tool annotations β€” readOnlyHint, destructiveHint, and idempotentHint on all 101 tools for safe agent behavior
  • Actionable errors β€” error responses include guidance on how to fix common issues

Safety

This server connects to a LIVE WooCommerce store. Every create, update, and delete operation affects real data. Use caution, especially on production stores.

Before You Start

  • Back up your store before using destructive tools. Use a WordPress backup plugin or your host's backup feature.
  • Test on staging first. Clone your production store to a staging environment and point this server at the staging URL.
  • Use read-only mode when exploring. Set WOOCOMMERCE_MCP_READ_ONLY=true to block all write operations β€” only list, get, and report tools will work.

Irreversible Operations

Most delete operations move items to trash (recoverable). However, these are permanent and cannot be undone:

ToolWhy it's irreversible
delete_mediaWordPress media deletions bypass trash entirely
delete_tax_rateTax rates have no trash β€” deleted immediately
delete_tax_classTax classes have no trash β€” rates become orphaned
delete_attributeRemoves the attribute AND all its terms from every product
delete_refundRemoves refund record (does not reverse payment)
cleanup_orphaned_mediaPermanently deletes all unattached media when delete=true
run_system_toolSystem maintenance actions (cache clears, DB updates) cannot be undone

Cascading Effects

Some operations affect more than the single item being changed:

  • Deleting an attribute removes it from all products β€” variable products may break
  • Deleting an attribute term removes that option from all products and variations
  • Deleting a shipping zone removes all methods and locations in that zone
  • Batch operations (batch_update_attribute_terms, batch_update_variations) can create, update, AND delete in a single call

API Key Permissions

For maximum safety, create WooCommerce API keys with only the permissions you need:

  • Read-only exploration: Create a key with Read permissions only
  • Full management: Use Read/Write permissions

Available Tools (101)

DomainTools
Productslist, get, create, update, delete
Categorieslist, get, create, update, delete
Tagslist, get, create, update, delete
Brandslist, get, create, update, delete
Attributeslist, get, create, delete
Attribute Termslist, create, delete, batch update
Variationslist, get, create, update, batch update
Orderslist, get, create, update, delete
Order Refundslist, create, delete
Order Noteslist, create, delete
Customerslist, get, create, update
Couponslist, get, create, update, delete
Product Reviewslist, get, update, delete
Shipping Zoneslist, get, create, update, delete
Shipping Zone Methodslist, get, create, update, delete
Shipping Classeslist, create
Tax Rateslist, get, create, update, delete
Tax Classeslist, create, delete
Webhookslist, get, create, update, delete
Payment Gatewayslist, get, update
Settingslist groups, get, update
System Statusget status, list tools, run tool
Datalist countries, list currencies
Reportssales, top sellers, order/product/customer totals
Medialist, delete, cleanup orphaned

Resources

The server exposes 7 MCP resources that provide schema references and guides for AI agents:

URIDescription
woo://schema/productProduct fields, types, statuses, and key rules
woo://schema/orderOrder fields, status lifecycle, and payment info
woo://schema/couponCoupon types, limits, restrictions, and rules
woo://schema/refundRefund fields, reasons, line items, and processing rules
woo://reference/product-typesWhen to use simple, variable, grouped, or external products
woo://reference/order-statusesOrder status transitions and lifecycle diagram
woo://reference/payment-gatewaysAvailable payment gateways and their configuration options

Resources are read-only context that agents can fetch to understand WooCommerce data structures before making API calls.

Prompts

5 guided workflow prompts that orchestrate multi-step operations:

PromptArgsWhat it does
setup_variable_productproduct_name, attribute_name, variationsCreates a variable product end-to-end: attribute β†’ terms β†’ product β†’ variations β†’ publish
process_orderorder_idReviews an order's details and recommends the appropriate status transition
catalog_overview(none)Runs 5 tools in parallel to produce a store dashboard (products, orders, customers, categories, top sellers)
handle_refundorder_idGuides through refund processing: review order, select items, create refund, verify
moderate_reviews(none)Reviews pending product reviews and recommends approve/update/delete actions

Tool Annotations

Every tool is annotated with behavior hints so AI agents can make safe decisions:

AnnotationMeaningApplied to
readOnlyHintNo side effects, safe to call anytimeAll list_*, get_*, and report tools (46)
destructiveHintDeletes or removes dataAll delete_* tools + cleanup_orphaned_media + run_system_tool + batch_update_* (22)
idempotentHintSafe to retry, same result each timeAll update_* tools (15)

All tools also set openWorldHint: false β€” they only interact with WooCommerce, no external side effects.

Configuration

Environment Variables

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in E-Commerce View all alternatives
  • A
    Api2cart

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

    πŸ›’ E-Commerce0 views
    Compare vs Api2cart β†’
  • Yandex KIT MCP logoYandex KIT MCP

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

    πŸ›’ E-Commerce0 views
    Compare vs Yandex KIT MCP β†’
  • Nuvemshop logoNuvemshop

    Nuvemshop (Tiendanube) e-commerce platform, your store's products, orders, customers, categories and

    πŸ›’ E-Commerce0 views
    Compare vs Nuvemshop β†’
  • Horoshop logoHoroshop

    MCP server for the Horoshop e-commerce API β€” orders, catalog, customers, webhooks

    πŸ›’ E-Commerce1 views
    Compare vs Horoshop β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about WooCommerce MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "woocommerce-mcp-server": { "command": "npx", "args": ["-y","@amitgurbani/mcp-server-woocommerce"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWooCommerce MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/woocommerce-mcp-server?style=directory)](https://allmcps.com/mcp/woocommerce-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/woocommerce-mcp-server"><img src="https://allmcps.com/api/badge/woocommerce-mcp-server?style=directory" alt="WooCommerce MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ›’E-Commerce
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedMay 5, 2026
11/12 checks healthy over the last 45d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 5, 2026
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev Β· @amitgurbani/mcp-server-woocommerce (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ›’ E-Commerce β†’Best MCP servers for E-Commerce β†’Alternatives to WooCommerce MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients