MCP.so
Sign In

WooCommerce MCP Server

@Vostos007

About WooCommerce MCP Server

Model Context Protocol server for WooCommerce management

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Vostos007

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers