MCP.so
Sign In

WooCommerce MCP Server

@opestro

About WooCommerce MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

opestro

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.

Comments

More Other MCP servers