WooCommerce MCP Server
@techspawn
About WooCommerce MCP Server
A WooCommerce (MCP) Model Context Protocol server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WooCommerce MCP Server?
The WooCommerce MCP Server is a Model Context Protocol server that enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing products, orders, customers, shipping, taxes, discounts, and store configuration using JSON‑RPC 2.0. Compatible with Windows, macOS, and Linux.
How to use WooCommerce MCP Server?
Clone the repository, install dependencies (npm install), build (npm run build), then add the server to your MCP settings file with the required environment variables for WooCommerce and WordPress credentials. Credentials can also be passed directly in request parameters.
Key features of WooCommerce MCP Server
- Manage WooCommerce products, orders, and customers
- Handle shipping zones, tax classes, and coupons
- Retrieve sales, stock, and coupon reports
- Manage WordPress posts and metadata
- Support for product variations, reviews, and categories
- Full CRUD for attributes, tags, order notes, and refunds
Use cases of WooCommerce MCP Server
- Automate product creation and updates across your WooCommerce store
- Manage orders, refunds, and customer data programmatically
- Generate reports on sales, products, and inventory
- Configure store settings and shipping zones remotely
FAQ from WooCommerce MCP Server
What authentication is required?
WooCommerce API access requires a consumer key and secret (generated in WordPress under WooCommerce → Settings → Advanced → REST API). For WordPress-specific methods, WordPress username and password with appropriate permissions are also needed. Credentials can be set as environment variables or passed in request parameters.
What environment variables are needed?
WORDPRESS_SITE_URL, WOOCOMMERCE_CONSUMER_KEY, and WOOCOMMERCE_CONSUMER_SECRET are required for WooCommerce API access. WORDPRESS_USERNAME and WORDPRESS_PASSWORD are required only for WordPress API methods.
Is the server cross‑platform?
Yes, it is compatible with Windows, macOS, and Linux.
Can I pass credentials inline instead of using environment variables?
Yes, you can provide siteUrl, consumerKey, consumerSecret, username, and password in the request parameters for each method.
What methods are available?
The server supports over 80 methods covering WordPress content management, products, categories, tags, attributes, variations, reviews, orders, order notes, refunds, customers, shipping zones, taxes, coupons, payment gateways, reports, settings, system status, and store data.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments