82 MCP tools for WooCommerce — products, orders, customers, coupons, shipping, taxes, and more.
Connect WooCommerce to Claude, Cursor or any other MCP client and it stops being a tab you switch to. 82 MCP tools for WooCommerce — products, orders, customers, coupons, shipping, taxes, and more. The woocommerce mcp server is what makes that connection.
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.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Read — only exploration**: Create a key with Read permissions onlyDomain — ToolsProducts — list, get, create, update, deleteCategories — list, get, create, update, deleteTags — list, get, create, update, deleteBrands — list, get, create, update, deleteAttributes — list, get, create, deleteVariations — list, get, create, update, batch updateOrders — list, get, create, update, deleteCustomers — list, get, create, updateCoupons — list, get, create, update, deleteWebhooks — list, get, create, update, deleteConfiguration is passed through the environment: WORDPRESS_SITE_URL, WOOCOMMERCE_CONSUMER_KEY, WOOCOMMERCE_CONSUMER_SECRET, MCP_AUTH_TOKEN, MCP_SERVER_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
WOOCOMMERCE_MCP_READ_ONLY=true to block all write operations — only list, get, and report tools will work.Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. WooCommerce's toolset — Read, Domain, Products and 11 more — is a fair guide to whether it matches your workflow. It is maintained by AmitGurbani; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Read | only exploration**: Create a key with **Read** permissions only |
| Domain | Tools |
| Products | list, get, create, update, delete |
| Categories | list, get, create, update, delete |
| Tags | list, get, create, update, delete |
| Brands | list, get, create, update, delete |
| Attributes | list, get, create, delete |
| Variations | list, get, create, update, batch update |
| Orders | list, get, create, update, delete |
| Customers | list, get, create, update |
| Coupons | list, get, create, update, delete |
| Webhooks | list, get, create, update, delete |
| Settings | list groups, get, update |
| Data | list countries, list currencies |
{
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
WOOCOMMERCE_MCP_READ_ONLY=true to block all write operations — only list, get, and report tools will work.| Variable | Description | Required |
|---|---|---|
| WORDPRESS_SITE_URL | Endpoint or connection string the server talks to. | Yes |
| WOOCOMMERCE_CONSUMER_KEY | Credential the server authenticates with. | Yes |
| WOOCOMMERCE_CONSUMER_SECRET | Credential the server authenticates with. | Yes |
| MCP_AUTH_TOKEN | Credential the server authenticates with. | Yes |
| MCP_SERVER_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.