WooCommerce MCP Server
@opestro
About WooCommerce MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"woocommerce-mcp-server-opestro": {
"command": "node",
"args": [
"index.js"
]
}
}
}Tools
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?
A Model Context Protocol (MCP) server that integrates WooCommerce with AI assistants like Claude. It allows AI assistants to fetch recent orders (with optional filtering) and retrieve detailed information about specific orders by ID directly from a WooCommerce store.
How to use WooCommerce MCP Server?
Clone the repository, run npm install, then set the WOOCOMMERCE_URL, WOOCOMMERCE_CONSUMER_KEY, and WOOCOMMERCE_CONSUMER_SECRET environment variables. Start the server with node index.js or npm start. To connect with Claude for Desktop, add the server configuration to the claude_desktop_config.json file.
Key features of WooCommerce MCP Server
- Fetches recent orders with optional status filter and limit.
- Retrieves full details of a specific order by its ID.
- Implements the Model Context Protocol (MCP) specification.
- Works with MCP‑enabled AI assistants like Claude for Desktop.
- Requires only Node.js v18+ and WooCommerce REST API credentials.
Use cases of WooCommerce MCP Server
- Quickly check recent orders in a WooCommerce store using an AI assistant.
- Retrieve complete information about a specific order for customer support.
- Integrate order‑related queries into AI‑powered chat or dashboard tools.
FAQ from WooCommerce MCP Server
What does WooCommerce MCP Server do?
It lets AI assistants like Claude interact with a WooCommerce store by providing tools to fetch recent orders and get order details.
How do I install and configure the server?
You need Node.js v18+, a WooCommerce store with REST API enabled, and API credentials. Clone the repo, run npm install, then set the WOOCOMMERCE_URL, WOOCOMMERCE_CONSUMER_KEY, and WOOCOMMERCE_CONSUMER_SECRET environment variables.
How do I connect it to Claude for Desktop?
Add the server’s command, arguments, and environment variables to the mcpServers section in Claude’s claude_desktop_config.json file, then restart Claude.
What tools are available?
Two tools: getRecentOrders (optional status and limit parameters) and getOrderById (requires an id parameter).
What are the system requirements?
Node.js version 18 or higher, a WooCommerce store with REST API access, and valid WooCommerce consumer key and secret.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments