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.

コメント

「その他」の他のコンテンツ