MCP.so
登录
W

WooCommerce MCP Server

@AlexlaGuardia

关于 WooCommerce MCP Server

Production-grade MCP server for the WooCommerce REST API. 34 tools for products, orders, customers, coupons, reports, shipping, payments, webhooks, and system status. Built for the 5 million+ stores running WooCommerce.

基本信息

分类

其他

传输方式

stdio

发布者

AlexlaGuardia

提交者

Alex la Guardia

配置

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

{
  "mcpServers": {
    "woocommerce": {
      "command": "mcp-woocommerce",
      "env": {
        "WOOCOMMERCE_URL": "https://yourstore.com",
        "WOOCOMMERCE_KEY": "ck_your_consumer_key",
        "WOOCOMMERCE_SECRET": "cs_your_consumer_secret"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is WooCommerce MCP Server?

A production-grade MCP server for the WooCommerce REST API, offering 34 tools to manage products, orders, customers, coupons, reports, shipping, payments, webhooks, and system diagnostics. It is designed for developers and store operators who want to interact with WooCommerce through AI assistants or MCP clients.

How to use WooCommerce MCP Server?

Install via pip install mcp-woocommerce, set the environment variables WOOCOMMERCE_URL, WOOCOMMERCE_KEY, and WOOCOMMERCE_SECRET, then run mcp-woocommerce or python -m mcp_woocommerce. For Claude Desktop, add the provided JSON configuration to claude_desktop_config.json.

Key features of WooCommerce MCP Server

  • 34 tools across 8 categories (products, orders, customers, etc.)
  • Full CRUD for products, orders, customers, and coupons
  • Sales reports, top sellers, order totals, and product analytics
  • Webhook management for real‑time event handling
  • System diagnostics — WordPress/WooCommerce versions and plugins
  • Simple auth using consumer key and secret over HTTPS

Use cases of WooCommerce MCP Server

  • Automate product creation, updates, and deletion via AI
  • Retrieve order details, add notes, and issue refunds programmatically
  • Generate sales reports and top‑seller analytics
  • Manage webhooks to integrate with external services
  • Check system status and troubleshoot WooCommerce environment

FAQ from WooCommerce MCP Server

What authentication is required?

Authentication uses WooCommerce consumer key and consumer secret, set as environment variables. Basic Auth over HTTPS is required.

What are the runtime requirements?

Python 3.10+, WooCommerce 3.5+ with REST API v3, and HTTPS enabled on the store.

How many tools does the server provide?

34 tools covering store info, products, orders, customers, coupons, reports, shipping/payments, webhooks, and system status.

Can I use it with MCP clients other than Claude Desktop?

Yes, any MCP client that can run a command‑line server works (e.g., the mcp-woocommerce command).

Where is my data stored?

All data remains in your WooCommerce store; the server acts as a bridge between the MCP client and the store’s REST API.

评论

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