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
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments