MCP.so
ログイン

WooCommerce MCP Server

@Vostos007

WooCommerce MCP Server について

Model Context Protocol server for WooCommerce management

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

Vostos007

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "woocommerce-mcp-server-vostos007": {
      "command": "node",
      "args": [
        "scripts/test-connection.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is WooCommerce MCP Server?

WooCommerce MCP Server is an MCP (Model Context Protocol) server that integrates a WooCommerce store with AI assistants and task management systems like Task Master. It provides a full integration with the WooCommerce REST API v3, enabling two-way data synchronization and management of products, orders, customers, analytics, and WordPress content.

How to use WooCommerce MCP Server?

Install via npm or Docker, configure the .env file with WooCommerce API keys (Consumer Key and Consumer Secret), then run npm start or the Docker container. Test the connection using provided scripts like node scripts/test-connection.js. Optionally, set up Redis for caching and Task Master integration for automated sync.

Key features of WooCommerce MCP Server

  • Full integration with WooCommerce REST API v3
  • Two-way synchronization between WooCommerce and Task Master
  • MCP 1.0 compatibility for AI assistants
  • Manage products, orders, customers, and analytics
  • Support for WordPress content (posts, SEO)
  • Webhook handling for reactive data sync
  • Caching, retry, and validation utilities

Use cases of WooCommerce MCP Server

  • Manage a WooCommerce store through an AI assistant
  • Sync tasks and orders between WooCommerce and Task Master
  • Automate order processing and customer management
  • Monitor store analytics and SEO performance via AI
  • Trigger reactive updates using webhooks

FAQ from WooCommerce MCP Server

What are the system requirements for WooCommerce MCP Server?

Node.js 16.x or higher, WooCommerce 3.5+ with REST API v3, and optionally Redis for caching and task queues.

How does authentication work with WooCommerce MCP Server?

Authentication uses WooCommerce API keys (Consumer Key and Consumer Secret) configured in the .env file.

Can WooCommerce MCP Server work without Redis?

Yes, Redis is optional. It improves performance and reliability when used.

What data does WooCommerce MCP Server access?

It reads and writes WooCommerce data (products, orders, customers, analytics) and optionally WordPress content (posts, SEO). Data remains in the WooCommerce store and optionally in Redis.

How does WooCommerce MCP Server integrate with AI assistants?

It implements the MCP protocol (version 1.0), allowing AI assistants to interact with WooCommerce through a standardized interface.

コメント

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