Connector guide4-minute read49 MCP toolsEN · DE · IT

Как подключить WooCommerce к Claude — через MCP

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

HCBy HelpCode teamUpdated 4 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

WooCommerce

MCP connector

WooCommerce

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

Tools

49

Region

INTL

Category

E-commerce

Authentication

Basic Auth

Required env vars

WOOCOMMERCE_URLWOOCOMMERCE_CONSUMER_KEYWOOCOMMERCE_CONSUMER_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the WooCommerce in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

Попробуй спросить

Примеры промптов для WooCommerce

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

WooCommerce · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используй cloud.anythingmcp.com напрямую. Войди, нажми Connectors → WooCommerce, вставь учётные данные, создай MCP API key — готово. Без Docker, без git clone, без локального сервера.

WooCommerce + Claude

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

WOOCOMMERCE_URL, WOOCOMMERCE_CONSUMER_KEY, WOOCOMMERCE_CONSUMER_SECRET

Шаг 1 — Получи учётные данные

This connector talks to the WooCommerce REST API v3 (/wp-json/wc/v3). Works against any WordPress + WooCommerce site. HTTPS required.

Setup

  1. WOOCOMMERCE_URL — site root (e.g. https://shop.example.com). Do NOT include /wp-json; the adapter appends /wp-json/wc/v3.
  2. WOOCOMMERCE_CONSUMER_KEY + WOOCOMMERCE_CONSUMER_SECRET — generate in WP admin → WooCommerce → Settings → Advanced → REST API → Add key. Use Read/Write for full functionality.

HTTPS is mandatory: on HTTP, WC requires OAuth1 instead of Basic Auth (the connector only does Basic Auth).

Pagination

…(continued in the in-app connector instructions)

Шаг 2 — Установи адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавь коннектор в Claude

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Открой claude.ai/customize/connectors.
  2. Нажми "Add custom connector".
  3. Заполни:
    • Name: WooCommerce
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставь твой MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажми Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
woocommerce_search_productsSearch/list products with rich filters — keyword (search), SKU, status, type (simple/variable/grouped/external), stock_status, on_sale, pr
woocommerce_get_productGet a single product by id, including all fields: name, slug, description, short_description, sku, price/regular_price/sale_price, stock_qua
woocommerce_create_productCreate a product
woocommerce_update_productPartial-update a product by id
woocommerce_delete_productMove a product to trash, or pass force=true to delete permanently (cannot be undone)
woocommerce_batch_update_productsBulk create / update / delete products in a single call
woocommerce_list_product_variationsList variations for a variable product
woocommerce_update_product_variationUpdate a single variation of a variable product — price, SKU, stock, attributes
woocommerce_list_product_categoriesList product categories
woocommerce_create_product_categoryCreate a product category
woocommerce_list_product_tagsList product tags
woocommerce_list_product_attributesList the global attribute definitions configured for the store (e
woocommerce_find_low_stockFind products that are out of stock OR have manage_stock=true with stock_quantity at/below threshold
woocommerce_update_stockConvenience wrapper over update_product: enables stock management and sets quantity + status in one call
woocommerce_list_ordersList orders with status, date, customer, and product filters
woocommerce_get_orderGet a single order by id — full payload incl
woocommerce_update_order_statusSet an order's status (e
woocommerce_add_order_noteAdd a note to an order
woocommerce_list_refundsList refunds attached to an order
woocommerce_create_refundCreate a refund against an order
woocommerce_list_customersList customers
woocommerce_get_customerGet a customer by id (includes billing/shipping addresses, order count, total spent, last_order info)
woocommerce_sales_reportSales report for a date window or named period
woocommerce_top_sellers_reportTop-selling products for a date window or named period
woocommerce_coupons_totals_reportCoupon counts grouped by discount type (percent
woocommerce_orders_totals_reportCounts of orders grouped by status (pending, processing, completed,
woocommerce_update_customerPartial-update a customer by id
woocommerce_delete_customerPermanently delete a customer
woocommerce_create_customerCreate a customer account
woocommerce_create_orderCreate an order

(showing 30 of 49 tools — install the connector to see them all)

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

Следующие шаги

Это руководство помогло?

Ready to ship

Your WooCommerce agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить WooCommerce к Cursor — через MCP

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

connectors

Как подключить WooCommerce к Gemini — через MCP

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

connectors

WooCommerce в MCP — управляйте WooCommerce из любого AI-агента

AI-native commerce operations for any WooCommerce store. Semantic tools for products, variations, inventory, orders, refunds, customers, categories, and reports — plus documented multi-step recipes (inventory optimisation, SEO refresh, upsell/cross-sell, abandoned-order triage, revenue analysis).

connectors

Как подключить Clockify к Claude — через MCP

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.

connectors

Как подключить Asana к Claude — через MCP

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.

connectors

Как подключить GitHub к Claude — через MCP

GitHub REST + GraphQL — repos, issues, PRs, actions, search, code review, security advisories. Read/write across the user, org, and enterprise scopes via a fine-grained PAT.