WooCommerce MCP Server

by Vostos007

353 downloads
Not rated
GitHub

About

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…

Details

Author
Vostos007
Downloads
353
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name WooCommerce MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

WooCommerce MCP Server

CI/CD Pipeline
License: MIT

MCP (Model Context Protocol) сервер для интеграции магазина WooCommerce с AI-ассистентами и системами управления задачами, такими как Task Master.

Возможности

- 🚀 Полная интеграция с WooCommerce REST API v3
- 🔄 Двусторонняя синхронизация данных между WooCommerce и Task Master
- 🧠 Совместимость с MCP 1.0 для AI-ассистентов
- 📊 Управление товарами, заказами, клиентами и аналитикой
- 📝 Поддержка WordPress-контента (статьи, SEO)
- 🔔 Обработка вебхуков для реактивной синхронизации
- 🛠️ Расширенные утилиты для кэширования, повторных попыток и валидации

Содержание

- Требования
- Установка
- Быстрый старт
- Настройка
- Интеграция с Task Master
- Использование вебхуков
- Docker
- Разработка
- Документация
- Тестирование
- Решение проблем
- Лицензия

Требования

- Node.js 16.x или выше
- WooCommerce 3.5+ с REST API v3
- Опционально: Redis для кэширования и очередей задач

Установка

С использованием npm

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.