WooCommerce MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WooCommerce MCP Servershow me my recent orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WooCommerce MCP Server
An MCP (Model Context Protocol) server that provides access to WooCommerce REST API functionality.
Features
Complete WooCommerce API coverage
Product management (including variations, categories, tags, reviews)
Order management (including notes and refunds)
Customer management
Coupon management
Shipping configuration
Tax settings
Reports and analytics
System management and webhooks
Related MCP server: WooCommerce MCP Server
Installation
npm install @lockon0927/woocommerce-mcpConfiguration
Configure in Claude Desktop:
{
"mcpServers": {
"woocommerce": {
"command": "npx",
"args": [
"@lockon0927/woocommerce-mcp"
],
"env": {
"WORDPRESS_SITE_URL": "https://your-site.com",
"WOOCOMMERCE_CONSUMER_KEY": "ck_your_consumer_key_here",
"WOOCOMMERCE_CONSUMER_SECRET": "cs_your_consumer_secret_here",
"WORDPRESS_USERNAME": "your_username",
"WORDPRESS_PASSWORD": "your_password"
}
}
}
}Getting Your Credentials
WooCommerce API Keys:
Go to WooCommerce → Settings → Advanced → REST API
Click "Add Key" to generate consumer key and secret
WordPress Credentials:
Use your WordPress admin username and password
Site URL:
Your WordPress site's base URL (e.g., https://yourstore.com)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lockon-n/woocommerce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server