MCP.so
登录

WooCommerce MCP Server

@techspawn

关于 WooCommerce MCP Server

A WooCommerce (MCP) Model Context Protocol server

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

techspawn

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is WooCommerce MCP Server?

The WooCommerce MCP Server is a Model Context Protocol server that enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing products, orders, customers, shipping, taxes, discounts, and store configuration using JSON‑RPC 2.0. Compatible with Windows, macOS, and Linux.

How to use WooCommerce MCP Server?

Clone the repository, install dependencies (npm install), build (npm run build), then add the server to your MCP settings file with the required environment variables for WooCommerce and WordPress credentials. Credentials can also be passed directly in request parameters.

Key features of WooCommerce MCP Server

  • Manage WooCommerce products, orders, and customers
  • Handle shipping zones, tax classes, and coupons
  • Retrieve sales, stock, and coupon reports
  • Manage WordPress posts and metadata
  • Support for product variations, reviews, and categories
  • Full CRUD for attributes, tags, order notes, and refunds

Use cases of WooCommerce MCP Server

  • Automate product creation and updates across your WooCommerce store
  • Manage orders, refunds, and customer data programmatically
  • Generate reports on sales, products, and inventory
  • Configure store settings and shipping zones remotely

FAQ from WooCommerce MCP Server

What authentication is required?

WooCommerce API access requires a consumer key and secret (generated in WordPress under WooCommerce → Settings → Advanced → REST API). For WordPress-specific methods, WordPress username and password with appropriate permissions are also needed. Credentials can be set as environment variables or passed in request parameters.

What environment variables are needed?

WORDPRESS_SITE_URL, WOOCOMMERCE_CONSUMER_KEY, and WOOCOMMERCE_CONSUMER_SECRET are required for WooCommerce API access. WORDPRESS_USERNAME and WORDPRESS_PASSWORD are required only for WordPress API methods.

Is the server cross‑platform?

Yes, it is compatible with Windows, macOS, and Linux.

Can I pass credentials inline instead of using environment variables?

Yes, you can provide siteUrl, consumerKey, consumerSecret, username, and password in the request parameters for each method.

What methods are available?

The server supports over 80 methods covering WordPress content management, products, categories, tags, attributes, variations, reviews, orders, order notes, refunds, customers, shipping zones, taxes, coupons, payment gateways, reports, settings, system status, and store data.

评论

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