MCP.so
登录

WooCommerce MCP Server

@opestro

关于 WooCommerce MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

opestro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "woocommerce-mcp-server-opestro": {
      "command": "node",
      "args": [
        "index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器